feat: update nzbget 26.0

This commit is contained in:
arch3rPro
2026-02-03 05:33:42 +08:00
parent 83f68feee5
commit 8af01bea90
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.0
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