You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
356 B
15 lines
356 B
6 years ago
|
version: '3.7'
|
||
|
services:
|
||
|
epdc-group-server:
|
||
|
image: registry.cn-qingdao.aliyuncs.com/esua-epdc-shibei/epdc-group-server:prod
|
||
|
container_name: epdc-group-server-01
|
||
|
restart: always
|
||
|
networks:
|
||
|
epdc_network:
|
||
|
ipv4_address: 172.20.0.45
|
||
|
volumes:
|
||
|
- /mnt/epdc/app/group/logs:/logs
|
||
|
networks:
|
||
|
epdc_network:
|
||
|
external: true
|