Bot Updating Documentation

pull/14/head
LinuxServer-CI 2020-06-05 16:53:27 +02:00
rodzic 592ca5b0a6
commit 1914cfa0aa
1 zmienionych plików z 8 dodań i 7 usunięć

Wyświetl plik

@ -42,9 +42,9 @@ docker create \
-e PUID=1000 \ -e PUID=1000 \
-e PGID=1000 \ -e PGID=1000 \
-p 8081:8081 \ -p 8081:8081 \
-v <path to data>:/config \ -v /path/to/data:/config \
-v <path to data>:/tv \ -v /path/to/data:/tv \
-v <path to data>:/downloads \ -v /path/to/data:/downloads \
--restart unless-stopped \ --restart unless-stopped \
linuxserver/sickgear linuxserver/sickgear
``` ```
@ -65,9 +65,9 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
volumes: volumes:
- <path to data>:/config - /path/to/data:/config
- <path to data>:/tv - /path/to/data:/tv
- <path to data>:/downloads - /path/to/data:/downloads
ports: ports:
- 8081:8081 - 8081:8081
restart: unless-stopped restart: unless-stopped
@ -97,7 +97,7 @@ Docker images are configured using parameters passed at runtime (such as those a
| :----: | --- | | :----: | --- |
| `/config` | this will store any uploaded data on the docker host | | `/config` | this will store any uploaded data on the docker host |
| `/tv` | where you store your tv shows | | `/tv` | where you store your tv shows |
| `/downloads` | your downloads folder for post processing (must not be donwload in progress) | | `/downloads` | your downloads folder for post processing (must not be download in progress) |
@ -184,6 +184,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## Versions
* **03.06.20:** - Rebasing to alpine 3.12, switch to python3.
* **19.12.19:** - Rebasing to alpine 3.11. * **19.12.19:** - Rebasing to alpine 3.11.
* **28.06.19:** - Rebasing to alpine 3.10. * **28.06.19:** - Rebasing to alpine 3.10.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.