fix npc config
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user