Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Jan 25, 2024
1 parent 4247ac0 commit 5e35738
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand All @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5e35738

Please sign in to comment.