From 8e3d951d0d8169be40bdb58107f4ad261901f5cc Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 23 Feb 2026 17:12:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=82=BA=20demo=20=E7=92=B0=E5=A2=83?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=2080=20=E5=9F=A0=E5=8F=A3=E5=B0=8D=E6=87=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.demo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.demo.yaml b/compose.demo.yaml index cd0d9b3..6fadad6 100644 --- a/compose.demo.yaml +++ b/compose.demo.yaml @@ -1,6 +1,7 @@ services: proxy: ports: + - '80:80' - '8080:8080' volumes: - './nginx/demo-proxy.conf:/etc/nginx/conf.d/default.conf:ro'