Bot Updating Documentation

pull/52/head
LinuxServer-CI 2022-02-23 00:11:36 +01:00
rodzic e1de26dd7b
commit ecf6189364
1 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -89,6 +89,8 @@ services:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- NZBGET_USER=nzbget #optional
- NZBGET_PASS=tegbzn6789 #optional
volumes:
- /path/to/data:/config
- /path/to/downloads:/downloads #optional
@ -105,6 +107,8 @@ docker run -d \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/London \
-e NZBGET_USER=nzbget `#optional` \
-e NZBGET_PASS=tegbzn6789 `#optional` \
-p 6789:6789 \
-v /path/to/data:/config \
-v /path/to/downloads:/downloads `#optional` \
@ -129,6 +133,8 @@ Docker images are configured using parameters passed at runtime (such as those a
| `PUID=1000` | for UserID - see below for explanation |
| `PGID=1000` | for GroupID - see below for explanation |
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
| `NZBGET_USER=nzbget` | Specify the user for web authentication. |
| `NZBGET_PASS=tegbzn6789` | Specify the password for web authentication. |
### Volume Mappings (`-v`)
@ -191,7 +197,8 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions
* **04.07.21:** - Rebase to alpine 3.14
* **22.02.22:** - Rebase to alpine 3.15, add six and python 7zip tools, allow env variables for credentials.
* **04.07.21:** - Rebase to alpine 3.14.
* **28.05.21:** - Add linuxserver wheel index.
* **23.01.21:** - Rebasing to alpine 3.13.
* **26.10.20:** - Fix python dependencies.