Bot Updating Documentation

pull/40/head
LinuxServer-CI 2021-05-22 15:46:23 +00:00
rodzic 36561adf1a
commit 96d04c3595
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -83,8 +83,8 @@ services:
- PGID=1000 - PGID=1000
- TZ=Europe/London - TZ=Europe/London
volumes: volumes:
- <path to data>:/config - /path/to/data:/config
- <path/to/downloads>:/downloads - /path/to/downloads:/downloads
ports: ports:
- 6789:6789 - 6789:6789
restart: unless-stopped restart: unless-stopped
@ -99,8 +99,8 @@ docker run -d \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Europe/London \ -e TZ=Europe/London \
-p 6789:6789 \ -p 6789:6789 \
-v <path to data>:/config \ -v /path/to/data:/config \
-v <path/to/downloads>:/downloads \ -v /path/to/downloads:/downloads \
--restart unless-stopped \ --restart unless-stopped \
ghcr.io/linuxserver/nzbget ghcr.io/linuxserver/nzbget
``` ```
@ -179,6 +179,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## Versions
* **28.05.21:** - Add linuxserver wheel index.
* **23.01.21:** - Rebasing to alpine 3.13. * **23.01.21:** - Rebasing to alpine 3.13.
* **26.10.20:** - Fix python dependencies. * **26.10.20:** - Fix python dependencies.
* **24.08.20:** - Fix ignored umask environment variable. * **24.08.20:** - Fix ignored umask environment variable.