From e52cf2ecb484be8627eb732747cea98ca6323203 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 25 Jan 2024 02:31:18 +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 82d2dcc..8c62340 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/appdata/config:/config + - /path/to/pyload-ng/config:/config - /path/to/downloads:/downloads ports: - 8000:8000 @@ -109,7 +109,7 @@ docker run -d \ -e TZ=Etc/UTC \ -p 8000:8000 \ -p 9666:9666 `#optional` \ - -v /path/to/appdata/config:/config \ + -v /path/to/pyload-ng/config:/config \ -v /path/to/downloads:/downloads \ --restart unless-stopped \ lscr.io/linuxserver/pyload-ng:latest @@ -126,7 +126,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-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). | -| `-v /config` | pyLoad Configuration and files database | +| `-v /config` | Persistent config files | | `-v /downloads` | Destination of pyLoad downloads | ## Environment variables from files (Docker secrets) @@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **23.12.23:** - Rebase to Alpine 3.19. * **08.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). * **10.08.23:** - Bump unrar to 6.2.10. * **01.06.23:** - Replace p7zip with 7zip, add unrar.