Bot Updating Documentation

pull/230/head
LinuxServer-CI 2024-06-28 20:11:12 +00:00
rodzic a003bd3848
commit 965b6b017c
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -34,7 +34,7 @@ The architectures supported by this image are:
| :----: | :----: | ---- | | :----: | :----: | ---- |
| x86-64 | ✅ | amd64-\<version tag\> | | x86-64 | ✅ | amd64-\<version tag\> |
| arm64 | ✅ | arm64v8-\<version tag\> | | arm64 | ✅ | arm64v8-\<version tag\> |
| armhf | ✅ | arm32v7-\<version tag\> | | armhf | ❌ | |
## Application Setup ## Application Setup
@ -86,8 +86,8 @@ services:
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /path/to/sickgear/data:/config - /path/to/sickgear/data:/config
- /path/to/data:/tv - /path/to/tv:/tv
- /path/to/data:/downloads - /path/to/downloads:/downloads
ports: ports:
- 8081:8081 - 8081:8081
restart: unless-stopped restart: unless-stopped
@ -103,8 +103,8 @@ docker run -d \
-e TZ=Etc/UTC \ -e TZ=Etc/UTC \
-p 8081:8081 \ -p 8081:8081 \
-v /path/to/sickgear/data:/config \ -v /path/to/sickgear/data:/config \
-v /path/to/data:/tv \ -v /path/to/tv:/tv \
-v /path/to/data:/downloads \ -v /path/to/downloads:/downloads \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/sickgear:latest lscr.io/linuxserver/sickgear:latest
``` ```
@ -303,6 +303,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **25.06.24:** - Rebase to Alpine 3.20.
* **20.03.24:** - Rebase to Alpine 3.19. * **20.03.24:** - Rebase to Alpine 3.19.
* **08.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). * **08.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.