diff --git a/neutrino-proxy-server/docker-compose.yml b/neutrino-proxy-server/docker-compose.yml new file mode 100644 index 00000000..b91e8e0c --- /dev/null +++ b/neutrino-proxy-server/docker-compose.yml @@ -0,0 +1,18 @@ +version: '3.1' + +services: + + neutrino-proxy11: + container_name: 'np-server' + restart: always + image: registry.cn-hangzhou.aliyuncs.com/asgc/neutrino-proxy:1.8.0 + ports: + - "9000-9200:9000-9200" + - "8888:8888" + + environment: + - TZ=Asia/Shanghai + volumes: + - /root/neutrino-proxy/config:/root/neutrino-proxy/config + + privileged: true \ No newline at end of file