port back to 80

This commit is contained in:
JP100099 2025-07-10 21:50:23 +02:00
parent 7ac69c3ec7
commit f70169bad1

View file

@ -7,7 +7,7 @@ services:
container_name: nginx
image: nginx
ports:
- 8000:8000
- 8000:80
volumes:
- ./src:/usr/share/nginx/html
- ./config:/etc/nginx/conf.d