From 30ea764c44376bb7fe6664c761412b195ed3d0f7 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Fri, 24 Apr 2026 16:57:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=90=B3=20docker-compose=20?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=AF=B9=E9=BD=90=E4=B8=BA=208029?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 与 demo-ctx 反向代理实际转发目标保持一致。 Co-Authored-By: Claude Opus 4.7 (1M context) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3ff339f..34c024e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: log-lottery: image: harbor.lnh2e.com/lingniu-v1/log-lottery:main-0.6.0-5 ports: - - "8088:80" + - "8029:80" deploy: replicas: 1 restart_policy: