remove port 80 from exposed ports

csf will open the range..
This commit is contained in:
Stefan Pejcic 2024-06-12 18:43:46 +02:00 committed by GitHub
parent 50ef0923f0
commit 955359cefb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,8 +74,8 @@ RUN MYSQL_PASSWORD=$(awk -F "=" '/password/ {gsub(/[ \t]+/, "", $2); print $2; e
mysql -u root -e "ALTER USER 'debian-sys-maint'@'localhost' IDENTIFIED BY '$MYSQL_PASSWORD';"
########## PORTOVI ##########
EXPOSE 22 80 3306 7681 8080
########## EXPOSED PORTS ##########
EXPOSE 22 3306 7681 8080
########## NGINX ##########