forked from DevOps/deploy.stack
fix(harbor): 修改端口映射从80:8080到8080:8080
避免与主机上可能运行的其它服务端口冲突
This commit is contained in:
@@ -210,7 +210,7 @@ services:
|
||||
networks:
|
||||
- harbor
|
||||
ports:
|
||||
- 80:8080
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
- registry
|
||||
- core
|
||||
|
||||
Reference in New Issue
Block a user