1
0
Fork 0

chore(deps): update npc & nps by duan2001 to v0.34.2

This commit is contained in:
renovate[bot] 2026-02-10 19:06:49 +00:00 committed by GitHub
parent a79287e2c6
commit 24149fe5c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
services:
npc:
image: duan2001/npc:v0.34.1
image: duan2001/npc:v0.34.2
restart: always
network_mode: "host"
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY}

View File

@ -1,6 +1,6 @@
services:
nps:
image: duan2001/nps:v0.34.1
image: duan2001/nps:v0.34.2
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}