1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-31 04:36:57 +08:00

chore(deps): update npc & nps by yisier1 to v0.26.32 (localApps) (#4743)

This commit is contained in:
renovate[bot] 2026-03-28 05:04:33 +00:00 committed by GitHub
parent 8619e79332
commit 144ffc7ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
23 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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