This commit is contained in:
@@ -9,5 +9,5 @@ services:
|
|||||||
image: registry.bmycode.help/app-shared:latest
|
image: registry.bmycode.help/app-shared:latest
|
||||||
container_name: app-product
|
container_name: app-product
|
||||||
ports:
|
ports:
|
||||||
- "1301:80"
|
- "1333:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
image: registry.bmycode.help/app-shared:{{IMAGE_TAG}}
|
image: registry.bmycode.help/app-shared:{{IMAGE_TAG}}
|
||||||
ports:
|
ports:
|
||||||
- target: 80 # 容器内部端口
|
- target: 80 # 容器内部端口
|
||||||
published: 1301 # 宿主机对外暴露端口
|
published: 1333 # 宿主机对外暴露端口
|
||||||
protocol: tcp # 协议类型
|
protocol: tcp # 协议类型
|
||||||
mode: ingress # 模式:使用路由网格
|
mode: ingress # 模式:使用路由网格
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user