Update for running on NAS Dartydisk6
This commit is contained in:
+6
-6
@@ -3,14 +3,14 @@ services:
|
|||||||
image: lscr.io/linuxserver/nzbget:latest
|
image: lscr.io/linuxserver/nzbget:latest
|
||||||
container_name: nzbget
|
container_name: nzbget
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1026
|
||||||
- PGID=1000
|
- PGID=100
|
||||||
- TZ=Etc/Paris
|
- TZ=Etc/Paris
|
||||||
- NZBGET_USER=xd649945 #optional
|
- NZBGET_USER=admin #optional
|
||||||
- NZBGET_PASS=sda101176 #optional
|
- NZBGET_PASS=St&ph@ne10Nove.@1976 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/docker/volumes/nzbget/data:/config
|
- /volume1/docker/nzbget/data:/config
|
||||||
- /network/Downloads:/downloads #optional
|
- /volume1/Downloads:/downloads #optional
|
||||||
ports:
|
ports:
|
||||||
- 6789:6789
|
- 6789:6789
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user