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.
13 lines
380 B
13 lines
380 B
|
5 years ago
|
version: '3.7'
|
||
|
|
services:
|
||
|
|
epdc-heart-server:
|
||
|
|
image: registry-vpc.cn-qingdao.aliyuncs.com/esua-epdc-shibei/epdc-content-security-server:test
|
||
|
|
container_name: epdc-content-security-server-01
|
||
|
|
ports:
|
||
|
|
- 10020:10020
|
||
|
|
restart: always
|
||
|
|
volumes:
|
||
|
|
- /etc/localtime:/etc/localtime:ro
|
||
|
|
- /etc/timezone:/etc/timezone:ro
|
||
|
|
- /opt/epdc/app/heart/logs:/logs
|