Fix: Customize variable for apache port

This commit is contained in:
Luca 2022-12-08 22:07:33 +01:00
parent ed99cd1257
commit a7ce35dcd0

View File

@ -17,5 +17,5 @@ services:
args: args:
- PASSWORD=${MYSQL_PASSWORD} - PASSWORD=${MYSQL_PASSWORD}
ports: ports:
- 8080:80 - ${APACHE_PORT}:80