17 lines
370 B
YAML
17 lines
370 B
YAML
version: '3'
|
|
|
|
services:
|
|
cmii-nginx:
|
|
image: 172.16.100.55:8033/cmii/nginx:1.27.0
|
|
volumes:
|
|
- /etc/nginx/conf.d:/etc/nginx/conf.d
|
|
- /etc/nginx/nginx.conf:/etc/nginx/nginx.conf
|
|
- /root/offline_map:/root/offline_map
|
|
ports:
|
|
- "8088:8088"
|
|
- "8089:8089"
|
|
restart: always
|
|
|
|
|
|
# mkdir -p /etc/nginx/conf.d
|
|
# touch /etc/nginx/nginx.conf |