chore: put nginx on another port

This commit is contained in:
Gerard Gascón 2025-04-11 20:57:43 +02:00
parent b3699d1069
commit 4dcd304945

View file

@ -13,7 +13,7 @@ services:
nginx: nginx:
image: nginx:latest image: nginx:latest
ports: ports:
- "80:80" - "4555:80"
restart: always restart: always
volumes: volumes:
- static:/app/staticfiles - static:/app/staticfiles