Bot Updating Documentation

pull/231/head
LinuxServer-CI 2024-07-14 16:46:19 +00:00
rodzic c70f846ad9
commit 5af3e04c82
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -56,8 +56,8 @@ services:
- TZ=Etc/UTC
volumes:
- /path/to/sickchill/config:/config
- /path/to/data:/downloads
- /path/to/data:/tv
- /path/to/downloads:/downloads #optional
- /path/to/tv:/tv #optional
ports:
- 8081:8081
restart: unless-stopped
@ -73,8 +73,8 @@ docker run -d \
-e TZ=Etc/UTC \
-p 8081:8081 \
-v /path/to/sickchill/config:/config \
-v /path/to/data:/downloads \
-v /path/to/data:/tv \
-v /path/to/downloads:/downloads `#optional` \
-v /path/to/tv:/tv `#optional` \
--restart unless-stopped \
lscr.io/linuxserver/sickchill:latest
```
@ -273,6 +273,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **10.07.24:** - Rebase to Alpine 3.20.
* **13.02.24:** - Rebase to Alpine 3.19.
* **07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
* **10.08.23:** - Bump unrar to 6.2.10.