diff --git a/apps/npc/0.29.29/docker-compose.yml b/apps/npc/0.29.29/docker-compose.yml index aa5f9730c..659265393 100644 --- a/apps/npc/0.29.29/docker-compose.yml +++ b/apps/npc/0.29.29/docker-compose.yml @@ -1,6 +1,6 @@ services: npc: - image: duan2001/npc:v0.29.29 + image: duan2001/npc:v0.29.30 restart: always network_mode: "host" command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY} diff --git a/apps/nps/0.29.29/docker-compose.yml b/apps/nps/0.29.29/docker-compose.yml index f46d5aebf..0da9bd276 100644 --- a/apps/nps/0.29.29/docker-compose.yml +++ b/apps/nps/0.29.29/docker-compose.yml @@ -1,6 +1,6 @@ services: nps: - image: duan2001/nps:v0.29.29 + image: duan2001/nps:v0.29.30 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}