From 1d05f693318cd74cdebd0f3d898c6c5dcaf1f875 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 20 Mar 2024 19:15:23 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-radarr.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/images/docker-radarr.md b/docs/images/docker-radarr.md index ebf3891f0..815b1d39c 100644 --- a/docs/images/docker-radarr.md +++ b/docs/images/docker-radarr.md @@ -52,7 +52,7 @@ Access the webui at `:7878`, for more information check out [Radarr](ht We have set `/movies` and `/downloads` as ***optional paths***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content. -Use the optional paths if you dont understand, or dont want hardlinks/atomic moves. +Use the optional paths if you don't understand, or don't want hardlinks/atomic moves. The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this. @@ -73,9 +73,9 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config + - /path/to/radarr/data:/config - /path/to/movies:/movies #optional - - /path/to/downloadclient-downloads:/downloads #optional + - /path/to/download-client-downloads:/downloads #optional ports: - 7878:7878 restart: unless-stopped @@ -90,9 +90,9 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 7878:7878 \ - -v /path/to/data:/config \ + -v /path/to/radarr/data:/config \ -v /path/to/movies:/movies `#optional` \ - -v /path/to/downloadclient-downloads:/downloads `#optional` \ + -v /path/to/download-client-downloads:/downloads `#optional` \ --restart unless-stopped \ lscr.io/linuxserver/radarr:latest ``` @@ -105,7 +105,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `7878` | The port for the Radarr webinterface | +| `7878` | The port for the Radarr Web UI | ### Environment Variables (`-e`) @@ -291,6 +291,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **20.03.24:** - Rebase to Alpine 3.19. * **06.06.23:** - Rebase master to Alpine 3.18, deprecate armhf as per [https://www.linuxserver.io/armhf](https://www.linuxserver.io/armhf). * **17.01.23:** - Rebase master branch to Alpine 3.17, migrate to s6v3. * **06.06.22:** - Rebase master branch to Alpine 3.15.