1333
Some checks failed
build and push / build-and-push (push) Failing after 4m37s

This commit is contained in:
编码猿
2025-10-07 20:33:15 +08:00
parent 9049e435dd
commit b366042213
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@ services:
image: registry.bmycode.help/app-shared:latest
container_name: app-product
ports:
- "1301:80"
- "1333:80"
restart: unless-stopped

View File

@@ -5,7 +5,7 @@ services:
image: registry.bmycode.help/app-shared:{{IMAGE_TAG}}
ports:
- target: 80 # 容器内部端口
published: 1301 # 宿主机对外暴露端口
published: 1333 # 宿主机对外暴露端口
protocol: tcp # 协议类型
mode: ingress # 模式:使用路由网格
deploy: