chore(deps): update npc & nps by yisier1 to v0.26.31 (localApps) (#4672)
This commit is contained in:
parent
c1916b9eef
commit
ee8394e1e1
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
npc:
|
||||
image: yisier1/npc:v0.26.30
|
||||
image: yisier1/npc:v0.26.31
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY} -tls_enable=${TLS_ENABLE_SWITCH}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
nps:
|
||||
image: yisier1/nps:v0.26.30
|
||||
image: yisier1/nps:v0.26.31
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
volumes:
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
nps:
|
||||
image: yisier1/nps:v0.26.30
|
||||
image: yisier1/nps:v0.26.31
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
Loading…
Reference in New Issue