Bot Updating Documentation

pull/175/head
LinuxServer-CI 2024-01-08 15:27:16 +00:00
rodzic 641a55965d
commit 55b8596b7b
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/data:/config
- /path/to/medusa/config:/config
- /path/to/downloads:/downloads
- /path/to/tv/shows:/tv
ports:
@ -75,7 +75,7 @@ docker run -d \
-e PGID=1000 \
-e TZ=Etc/UTC \
-p 8081:8081 \
-v /path/to/data:/config \
-v /path/to/medusa/config:/config \
-v /path/to/downloads:/downloads \
-v /path/to/tv/shows:/tv \
--restart unless-stopped \
@ -104,7 +104,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Medusa config |
| `/config` | Persistent config files |
| `/downloads` | Download location |
| `/tv` | TV Shows location |
@ -293,6 +293,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **08.01.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.
* **11.07.23:** - Rebase to Alpine 3.18.