From 5e35738d8814cc2635284ba76dfc8c4f29738ddb Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 25 Jan 2024 02:28:59 +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 f8a02c9..67873b1 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ services: - DB_PORT=DB_PORT #optional - IPINFO_APIKEY=ACCESS_TOKEN #optional volumes: - - /path/to/appdata/config:/config + - /path/to/librespeed/config:/config ports: - 80:80 restart: unless-stopped @@ -121,7 +121,7 @@ docker run -d \ -e DB_PORT=DB_PORT `#optional` \ -e IPINFO_APIKEY=ACCESS_TOKEN `#optional` \ -p 80:80 \ - -v /path/to/appdata/config:/config \ + -v /path/to/librespeed/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/librespeed:latest ``` @@ -145,7 +145,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e DB_PASSWORD=DB_PASSWORD` | Database password. Required for mysql and pgsql. | | `-e DB_PORT=DB_PORT` | Database port. Required for mysql. | | `-e IPINFO_APIKEY=ACCESS_TOKEN` | Access token from ipinfo.io. Required for detailed IP information. | -| `-v /config` | Contains all relevant configuration files. | +| `-v /config` | Persistent config files | ## Environment variables from files (Docker secrets) @@ -308,6 +308,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **23.12.23:** - Rebase to Alpine 3.19 with php 8.3. * **06.12.23:** - Replace php mysqli with php pdo_pgsql. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. * **14.05.23:** - Added support for ipinfo.io