From 3ba6b3a1cd1c863eb4d608b161598aca24b1284d Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 23 Feb 2026 17:35:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=82=84=E5=8E=9F=20compose.demo.yaml?= =?UTF-8?q?=20=E7=9A=84=20port=20=E6=98=A0=E5=B0=84=E7=82=BA=2080:80=20+?= =?UTF-8?q?=208080:8080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.demo.yaml b/compose.demo.yaml index abcee28..6fadad6 100644 --- a/compose.demo.yaml +++ b/compose.demo.yaml @@ -1,6 +1,7 @@ services: proxy: ports: - - '8080:80' + - '80:80' + - '8080:8080' volumes: - './nginx/demo-proxy.conf:/etc/nginx/conf.d/default.conf:ro'