First version

This commit is contained in:
2025-07-19 09:35:43 +02:00
commit 8510190d1a
+16
View File
@@ -0,0 +1,16 @@
services:
nzbget:
image: lscr.io/linuxserver/nzbget:latest
container_name: nzbget
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/Paris
- NZBGET_USER=xd649945 #optional
- NZBGET_PASS=sda101176 #optional
volumes:
- /var/lib/docker/volumes/nzbget/data:/config
- /network/Downloads:/downloads #optional
ports:
- 6789:6789
restart: always