@@ -35,15 +35,15 @@ docker run
35
35
``` bash
36
36
docker create \
37
37
--name=nzbget \
38
- -e DOCKER_MODS=taisun/nzbget-mod:latest \
38
+ -e DOCKER_MODS=lscr.io/linuxserver/mods:universal-tshoot \
39
39
-e PUID=1000 \
40
40
-e PGID=1000 \
41
41
-e TZ=Europe/London \
42
42
-p 6789:6789 \
43
- -v < path to data> :/config \
44
- -v < path/to/downloads> :/downloads \
43
+ -v / path/to/nzbget/ data:/config \
44
+ -v / path/to/downloads:/downloads \
45
45
--restart unless-stopped \
46
- linuxserver/nzbget
46
+ lscr.io/ linuxserver/nzbget
47
47
```
48
48
49
49
docker compose
@@ -52,15 +52,15 @@ docker create \
52
52
---
53
53
services :
54
54
nzbget :
55
- image : linuxserver/nzbget:latest
55
+ image : lscr.io/ linuxserver/nzbget:latest
56
56
container_name : nzbget
57
57
environment :
58
- - DOCKER_MODS=taisun/nzbget-mod:latest
58
+ - DOCKER_MODS=lscr.io/linuxserver/mods:universal-tshoot
59
59
- PUID=1000
60
60
- PGID=1000
61
61
- TZ=Europe/London
62
62
volumes :
63
- - /path/to/data:/config
63
+ - /path/to/nzbget/ data:/config
64
64
- /path/to/downloads:/downloads # optional
65
65
ports :
66
66
- 6789:6789
@@ -69,9 +69,9 @@ services:
69
69
70
70
This will spin up an nzbget container and apply the custom logic found in the following repository:
71
71
72
- [https://github.com/Taisun-Docker/Linuxserver-Mod-Demo ](https://github.com/Taisun-Docker/Linuxserver-Mod-Demo )
72
+ [https://github.com/linuxserver/docker-mods/tree/universal-tshoot ](https://github.com/linuxserver/docker-mods/tree/universal-tshoot )
73
73
74
- This basic demo installs Pip and a couple dependencies for plugins some users leverage with nzbget .
74
+ This mod installs some basic troubleshooting tools such as dig, netstat, nslookup, etc .
75
75
76
76
## Creating and maintaining a Docker Mod
77
77
0 commit comments