From ce59e235a9d568f15e0248f5599edf358390beba Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 19 May 2023 23:22:46 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-librespeed.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/docker-librespeed.md b/images/docker-librespeed.md index 7a0e8212d..1815b0e21 100644 --- a/images/docker-librespeed.md +++ b/images/docker-librespeed.md @@ -72,6 +72,7 @@ services: - DB_USERNAME=DB_USERNAME #optional - DB_PASSWORD=DB_PASSWORD #optional - DB_PORT=DB_PORT #optional + - IPINFO_APIKEY=ACCESS_TOKEN #optional volumes: - /path/to/appdata/config:/config ports: @@ -95,6 +96,7 @@ docker run -d \ -e DB_USERNAME=DB_USERNAME `#optional` \ -e DB_PASSWORD=DB_PASSWORD `#optional` \ -e DB_PORT=DB_PORT `#optional` \ + -e IPINFO_APIKEY=ACCESS_TOKEN `#optional` \ -p 80:80 \ -v /path/to/appdata/config:/config \ --restart unless-stopped \ @@ -127,6 +129,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `DB_USERNAME=DB_USERNAME` | Database username. Required for mysql and pgsql. | | `DB_PASSWORD=DB_PASSWORD` | Database password. Required for mysql and pgsql. | | `DB_PORT=DB_PORT` | Database port. Required for mysql. | +| `IPINFO_APIKEY=ACCESS_TOKEN` | Access token from ipinfo.io. Required for detailed IP information. | ### Volume Mappings (`-v`) @@ -188,6 +191,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **14.05.23:** - Added support for ipinfo.io * **20.01.23:** - Rebase to alpine 3.17 with php8.1. * **20.08.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)). * **01.03.21:** - Fix up database settings. Make sure `index.html` is recreated.