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.
12 lines
370 B
12 lines
370 B
version: '3.7'
|
|
services:
|
|
epdc-analysis-server:
|
|
image: registry-vpc.cn-qingdao.aliyuncs.com/esua-epdc-shibei/epdc-analysis-server:test
|
|
container_name: epdc-analysis-server-01
|
|
ports:
|
|
- 10023:10023
|
|
restart: always
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /opt/epdc/app/analysis/logs:/logs
|
|
|