1
0

feat:添加npc到列表

This commit is contained in:
okxlin
2024-04-01 16:32:49 +08:00
parent 631a7e4d5d
commit 9c250c0226
9 changed files with 114 additions and 0 deletions

View 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"