1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-25 14:09:39 +08:00
1Panel-Appstore/npc/0.27.01/docker-compose.yml
github-action update-app-version c08bcab741 Update app version [skip ci]
2024-05-20 23:51:02 +00:00

11 lines
272 B
YAML

version: '3'
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"