From 2d79627ca93c7633415943188aa173d18af4788b Mon Sep 17 00:00:00 2001 From: Deeman Date: Fri, 27 Feb 2026 14:12:45 +0100 Subject: [PATCH] fix(infra): change host port to 5001 to avoid conflict with padelnomics Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 27ce611..2fec3b4 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -5,7 +5,7 @@ services: image: nginx:alpine restart: unless-stopped ports: - - "5000:80" + - "5001:80" volumes: - ./router/default.conf:/etc/nginx/conf.d/default.conf:ro networks: