fix: properly replace HTTP_MODE_PLACEHOLDER in config.properties

closes https://github.com/TeamPiped/Piped-Docker/issues/52
This commit is contained in:
Bnyro 2025-01-22 09:34:21 +01:00 committed by GitHub
parent 531c677c98
commit 90932ce768
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,6 @@ sed -i "s/BACKEND_HOSTNAME/$backend/g" $conffiles
sed -i "s/PROXY_HOSTNAME/$proxy/g" $conffiles
sed -i "s/BACKEND_HOSTNAME_PLACEHOLDER/$backend/g" config/*.yml
sed -i "s/HTTP_MODE_PLACEHOLDER/$http_mode/g" config/*.yml
sed -i "s/HTTP_MODE_PLACEHOLDER/$http_mode/g" config/*.yml $conffiles
mv config/docker-compose.$reverseproxy.yml docker-compose.yml