From d7033fbfeb0c71435ebfe47ad7cc15f7be32a5fc Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 20 Mar 2024 19:18:35 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-prowlarr.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-prowlarr.md b/docs/images/docker-prowlarr.md index 331680bbb..97d3fcbe3 100644 --- a/docs/images/docker-prowlarr.md +++ b/docs/images/docker-prowlarr.md @@ -67,7 +67,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config + - /path/to/prowlarr/data:/config ports: - 9696:9696 restart: unless-stopped @@ -82,7 +82,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 9696:9696 \ - -v /path/to/data:/config \ + -v /path/to/prowlarr/data:/config \ --restart unless-stopped \ lscr.io/linuxserver/prowlarr:latest ``` @@ -95,7 +95,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `9696` | The port for the Prowlarr webinterface | +| `9696` | The port for the Prowlarr web UI | ### Environment Variables (`-e`) @@ -279,6 +279,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). * **03.01.23:** - Publish stable release. * **20.02.22:** - Rebase develop branch to Alpine.