Revert "Update setup-docker.sh"

This reverts commit 970aa1d92b.
This commit is contained in:
Roman Kelesidis 2025-08-21 19:42:58 +03:00
commit 2cdada6bc2
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -84,9 +84,6 @@ ENABLE_SSL=$(echo "$ENABLE_SSL" | tr '[:upper:]' '[:lower:]')
if [ "$ENABLE_SSL" = "y" ] || [ "$ENABLE_SSL" = "yes" ]; then if [ "$ENABLE_SSL" = "y" ] || [ "$ENABLE_SSL" = "yes" ]; then
SSL_ENABLED="on" SSL_ENABLED="on"
if grep -q "TP_PORT=80" .env; then
sed -i 's/TP_PORT=80/TP_PORT=443/' .env
fi
else else
SSL_ENABLED="off" SSL_ENABLED="off"
fi fi