Update Dockerfile

This commit is contained in:
Stefan Pejcic
2024-06-25 14:45:26 +02:00
committed by GitHub
parent a57ff0a1e9
commit 8ccc1c0a90

View File

@@ -75,7 +75,7 @@ RUN MYSQL_PASSWORD=$(awk -F "=" '/password/ {gsub(/[ \t]+/, "", $2); print $2; e
########## EXPOSED PORTS ##########
EXPOSE 22 3306 7681 8080
EXPOSE 22 80 3306 7681 8080
########## NGINX ##########