From 91255ee3e4141c8afddce01c272f3cbfce890d4c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 20 Mar 2024 19:15:57 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d866d07..5f59172 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config + - /path/to/prowlarr/data:/config ports: - 9696:9696 restart: unless-stopped @@ -105,7 +105,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 ``` @@ -116,7 +116,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `-p 9696` | The port for the Prowlarr webinterface | +| `-p 9696` | The port for the Prowlarr web UI | | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | @@ -283,6 +283,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.