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