add nps npc
This commit is contained in:
18
Docker/npc/docker-compose.yml
Normal file
18
Docker/npc/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
npc:
|
||||
container_name: npc
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./conf:/conf
|
||||
image: 'ffdfgdfg/npc'
|
||||
# command: '-server=<ip:port> -vkey=<key>'
|
||||
command: '-config=/conf/npc.conf'
|
||||
networks:
|
||||
nginx:
|
||||
aliases:
|
||||
- npc
|
||||
|
||||
networks:
|
||||
nginx:
|
||||
external: true
|
||||
Reference in New Issue
Block a user