feat: update nzbget 26.1

This commit is contained in:
arch3rPro
2026-04-08 05:32:38 +08:00
parent 464e3656de
commit 4df70ffc78
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.1
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