fix npc config

This commit is contained in:
2022-06-08 15:48:51 +08:00
parent 0b0ce66cb4
commit 06b70f8087

View File

@@ -2,12 +2,13 @@ version: '3.3'
services: services:
npc: npc:
container_name: npc container_name: npc
network_mode: host # network_mode: host
volumes: volumes:
- ./conf:/conf - ./conf:/conf
image: 'ffdfgdfg/npc' image: 'ffdfgdfg/npc'
# command: '-server=<ip:port> -vkey=<key>' # command: '-server=<ip:port> -vkey=<key>'
command: '-config=/conf/npc.conf' command: '-config=/conf/npc.conf'
restart: unless-stopped
networks: networks:
nginx: nginx:
aliases: aliases: