From 8b174407cc7a40b2f32c41d5ff6f04e871f5e22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E9=92=B1?= Date: Fri, 11 Sep 2026 11:03:19 +0800 Subject: [PATCH] init --- deploy/docker-compose.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker-compose.prod.yml b/deploy/docker-compose.prod.yml index 4f8fb7125..554c0645e 100644 --- a/deploy/docker-compose.prod.yml +++ b/deploy/docker-compose.prod.yml @@ -85,7 +85,7 @@ services: ports: # The host already runs another Nginx on port 80. Expose this stack on # 8080 and let the existing reverse proxy forward traffic here. - - "8080:80" + - "38080:80" depends_on: backend: condition: service_healthy