1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-24 08:21:43 +08:00
1Panel-Appstore/apps/npc/0.26.32-yisier1/docker-compose.yml

10 lines
259 B
YAML

services:
npc:
image: yisier1/npc:v0.26.32
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"