新增docker-compose脚本

This commit is contained in:
aoshiguchen
2024-10-25 21:39:12 +08:00
parent 98ab8fd3d0
commit 0006a33a5d
8 changed files with 307 additions and 0 deletions
@@ -0,0 +1,21 @@
version: '3.8'
networks:
npClient:
driver: bridge
services:
npClient:
image: aoshiguchen/neutrino-proxy-client:latest
container_name: compose-npClient
hostname: npClient
restart: always
environment:
TZ: Asia/Shanghai
LANG: zh_CN.UTF-8
volumes:
- ./config:/root/neutrino-proxy/config
- ./logs:/root/neutrino-proxy/logs
ports:
- "10000-10500:10000-10500/udp"
networks:
- npClient