From 4fea030da1ba67cc10763c1542eefbd7bb44b380 Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Mon, 1 Sep 2025 19:13:52 +0800 Subject: [PATCH] feat: update nzbget 25.3 --- apps/nzbget/{25.2 => 25.3}/data.yml | 0 apps/nzbget/{25.2 => 25.3}/docker-compose.yml | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename apps/nzbget/{25.2 => 25.3}/data.yml (100%) rename apps/nzbget/{25.2 => 25.3}/docker-compose.yml (73%) diff --git a/apps/nzbget/25.2/data.yml b/apps/nzbget/25.3/data.yml similarity index 100% rename from apps/nzbget/25.2/data.yml rename to apps/nzbget/25.3/data.yml diff --git a/apps/nzbget/25.2/docker-compose.yml b/apps/nzbget/25.3/docker-compose.yml similarity index 73% rename from apps/nzbget/25.2/docker-compose.yml rename to apps/nzbget/25.3/docker-compose.yml index 8c6c3b3..5977a4b 100644 --- a/apps/nzbget/25.2/docker-compose.yml +++ b/apps/nzbget/25.3/docker-compose.yml @@ -1,12 +1,12 @@ services: nzbget: container_name: ${CONTAINER_NAME} - image: nzbgetcom/nzbget:v25.2 + image: nzbgetcom/nzbget:v25.3 restart: always networks: - 1panel-network ports: - - "${PANEL_APP_PORT_HTTP}:6789" + - ${PANEL_APP_PORT_HTTP}:6789 environment: - TZ=Asia/Shanghai - PUID=1000 @@ -15,7 +15,7 @@ services: - ./config:/config - ./downloads:/downloads labels: - createdBy: "Apps" + createdBy: Apps networks: 1panel-network: - external: true \ No newline at end of file + external: true