fix(harbor): 修改端口映射从80:8080到8080:8080

避免与主机上可能运行的其它服务端口冲突
This commit is contained in:
cnphpbb
2025-12-04 19:28:36 +08:00
parent ab42bf3c8c
commit a1dc00a4f9

View File

@@ -210,7 +210,7 @@ services:
networks:
- harbor
ports:
- 80:8080
- 8080:8080
depends_on:
- registry
- core