feat: update nzbget 26.2

This commit is contained in:
arch3rPro
2026-06-20 03:41:28 +08:00
parent 9561da7bc2
commit 41fbaa38e8
3 changed files with 2 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
nzbget:
container_name: ${CONTAINER_NAME}
image: nzbgetcom/nzbget:v26.2
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:6789
environment:
- TZ=Asia/Shanghai
- PUID=1000
- PGID=1000
volumes:
- ./config:/config
- ./downloads:/downloads
labels:
createdBy: Apps
networks:
1panel-network:
external: true