1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 18:01:03 +08:00
1Panel-Appstore/apps/npc/0.27.01/docker-compose.yml
2024-06-01 18:07:27 +08:00

10 lines
259 B
YAML

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