Skip to content

Commit 5a8ce37

Browse files
committed
Change example mod to universal-tshoot
1 parent 7c60e88 commit 5a8ce37

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ docker run
3535
```bash
3636
docker create \
3737
--name=nzbget \
38-
-e DOCKER_MODS=taisun/nzbget-mod:latest \
38+
-e DOCKER_MODS=lscr.io/linuxserver/mods:universal-tshoot \
3939
-e PUID=1000 \
4040
-e PGID=1000 \
4141
-e TZ=Europe/London \
4242
-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 \
4545
--restart unless-stopped \
46-
linuxserver/nzbget
46+
lscr.io/linuxserver/nzbget
4747
```
4848

4949
docker compose
@@ -52,15 +52,15 @@ docker create \
5252
---
5353
services:
5454
nzbget:
55-
image: linuxserver/nzbget:latest
55+
image: lscr.io/linuxserver/nzbget:latest
5656
container_name: nzbget
5757
environment:
58-
- DOCKER_MODS=taisun/nzbget-mod:latest
58+
- DOCKER_MODS=lscr.io/linuxserver/mods:universal-tshoot
5959
- PUID=1000
6060
- PGID=1000
6161
- TZ=Europe/London
6262
volumes:
63-
- /path/to/data:/config
63+
- /path/to/nzbget/data:/config
6464
- /path/to/downloads:/downloads #optional
6565
ports:
6666
- 6789:6789
@@ -69,9 +69,9 @@ services:
6969
7070
This will spin up an nzbget container and apply the custom logic found in the following repository:
7171
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)
7373
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.
7575
7676
## Creating and maintaining a Docker Mod
7777

0 commit comments

Comments
 (0)