fix: use 80 port http

This commit is contained in:
paolosantarsiero 2023-02-17 16:02:19 +01:00
parent 0212b96530
commit f787f5d015
2 changed files with 2 additions and 1 deletions

View File

1
api/config.php Symbolic link
View File

@ -0,0 +1 @@
/config/config.php

View File

@ -3,7 +3,7 @@ services:
nginx:
image: nginx
ports:
- "8080:80"
- "80:80"
volumes:
- ./dist:/var/www/html
- ./nginx/conf.d/:/etc/nginx/conf.d/