fix(infra): change host port to 5001 to avoid conflict with padelnomics

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-27 14:12:45 +01:00
parent 33c8b4edbd
commit 2d79627ca9

View File

@@ -5,7 +5,7 @@ services:
image: nginx:alpine image: nginx:alpine
restart: unless-stopped restart: unless-stopped
ports: ports:
- "5000:80" - "5001:80"
volumes: volumes:
- ./router/default.conf:/etc/nginx/conf.d/default.conf:ro - ./router/default.conf:/etc/nginx/conf.d/default.conf:ro
networks: networks: