feat:添加npc到列表
This commit is contained in:
10
apps/npc/latest/docker-compose.yml
Normal file
10
apps/npc/latest/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3'
|
||||
services:
|
||||
npc:
|
||||
image: yisier1/npc:latest
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY} -tls_enable=${TLS_ENABLE_SWITCH}
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
Reference in New Issue
Block a user