1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00
1Panel-Appstore/apps/npc/latest/docker-compose.yml
2024-04-01 16:32:49 +08:00

11 lines
270 B
YAML

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"