mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
remove port 80 from exposed ports
csf will open the range..
This commit is contained in:
parent
50ef0923f0
commit
955359cefb
@ -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 ##########
|
||||
|
Loading…
Reference in New Issue
Block a user