mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 21:32:18 +08:00
10 lines
257 B
YAML
10 lines
257 B
YAML
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"
|