From 09d6d14beb822b2e918c2383de3bc4328a7a17cb Mon Sep 17 00:00:00 2001 From: Payton Yao Date: Sat, 15 Mar 2025 06:03:12 +0800 Subject: [PATCH] Fix docker production port numbers --- config/production/docker-compose.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production/docker-compose.production.yml b/config/production/docker-compose.production.yml index 9614c1c4..068c7bb4 100644 --- a/config/production/docker-compose.production.yml +++ b/config/production/docker-compose.production.yml @@ -17,7 +17,7 @@ services: env_file: - .env ports: - - 10000:10000 + - 3000:3000 restart: always depends_on: - hurado-postgres