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:
image: nginx:latest
ports:
- "80:80"
- "4555:80"
restart: always
volumes:
- static:/app/staticfiles