From a1dc00a4f925295d5afe841c08ae9ffb1a410295 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Thu, 4 Dec 2025 19:28:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(harbor):=20=E4=BF=AE=E6=94=B9=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E6=98=A0=E5=B0=84=E4=BB=8E80:8080=E5=88=B08080:8080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 避免与主机上可能运行的其它服务端口冲突 --- harbor/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbor/compose.yaml b/harbor/compose.yaml index a7421d3..c831400 100644 --- a/harbor/compose.yaml +++ b/harbor/compose.yaml @@ -210,7 +210,7 @@ services: networks: - harbor ports: - - 80:8080 + - 8080:8080 depends_on: - registry - core