mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
10 lines
223 B
YAML
10 lines
223 B
YAML
services:
|
|
npc:
|
|
image: duan2001/npc:v0.33.12
|
|
restart: always
|
|
network_mode: host
|
|
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY}
|
|
container_name: ${CONTAINER_NAME}
|
|
labels:
|
|
createdBy: Apps
|