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.
11 lines
266 B
11 lines
266 B
6 years ago
|
version: '3.7'
|
||
|
services:
|
||
|
epdc-api-server:
|
||
|
image: registry.cn-qingdao.aliyuncs.com/esua-epdc-shibei/epdc-api-server:test
|
||
|
container_name: epdc-api-server-01
|
||
|
ports:
|
||
|
- 10004:10004
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- /opt/epdc/app/api/logs:/logs
|