changed nginx external port, because port 80 is set for traefik

This commit is contained in:
Angoosh Leviocki 2024-10-24 14:45:59 +02:00
parent 61149eadee
commit 2fda59f451

View File

@ -8,7 +8,7 @@ services:
nginx:
image: nginx
ports:
- "80:80"
- "8004:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
labels: