1
0
Fork 0

Update NPC & NPS by yisier1 to v0.26.26

This commit is contained in:
pooneyy 2025-08-16 17:46:38 +08:00
parent b9bf754d07
commit e65ad20e37
No known key found for this signature in database
23 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
services: services:
npc: npc:
image: yisier1/npc:v0.26.25 image: yisier1/npc:v0.26.26
restart: always restart: always
network_mode: "host" network_mode: "host"
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY} -tls_enable=${TLS_ENABLE_SWITCH} command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY} -tls_enable=${TLS_ENABLE_SWITCH}

View File

@ -1,6 +1,6 @@
services: services:
nps: nps:
image: yisier1/nps:v0.26.25 image: yisier1/nps:v0.26.26
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
volumes: volumes:

View File

@ -1,6 +1,6 @@
services: services:
nps: nps:
image: yisier1/nps:v0.26.25 image: yisier1/nps:v0.26.26
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
ports: ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}