mirror of
https://github.com/dromara/neutrino-proxy.git
synced 2026-06-03 21:01:05 +08:00
18 lines
372 B
YAML
18 lines
372 B
YAML
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 |