change: nginx port change: 8080 -> 80

This commit is contained in:
mcolonna 2025-03-26 23:43:47 +01:00
parent 3ba95ed8a6
commit dd84b21c56

View file

@ -5,7 +5,7 @@ services:
# TODO no latest??
image: nginx:latest
ports:
- 8080:80
- 80:80
volumes:
- ${DATA:?error}/nginx/www/:/usr/share/nginx/html:ro