Browse Source

1.common-service服务的compose文件修改

dev_shibei_match
wxz 5 years ago
parent
commit
c3050c7983
  1. 2
      epmet-module/epmet-common-service/common-service-server/deploy/docker-compose-test.yml

2
epmet-module/epmet-common-service/common-service-server/deploy/docker-compose-test.yml

@ -1,8 +1,8 @@
version: "3.7"
services:
common-service-server:
container_name: common-service-server-test
image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-release/common-service-server:0.3.1
common-service-server:
ports:
- "8103:8103"
network_mode: host # 使用现有网络

Loading…
Cancel
Save