Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-25 02:29:32 +00:00
rodzic 1dcf93fe0f
commit 7ca804d257
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ services:
- DB_PORT=DB_PORT #optional - DB_PORT=DB_PORT #optional
- IPINFO_APIKEY=ACCESS_TOKEN #optional - IPINFO_APIKEY=ACCESS_TOKEN #optional
volumes: volumes:
- /path/to/appdata/config:/config - /path/to/librespeed/config:/config
ports: ports:
- 80:80 - 80:80
restart: unless-stopped restart: unless-stopped
@ -98,7 +98,7 @@ docker run -d \
-e DB_PORT=DB_PORT `#optional` \ -e DB_PORT=DB_PORT `#optional` \
-e IPINFO_APIKEY=ACCESS_TOKEN `#optional` \ -e IPINFO_APIKEY=ACCESS_TOKEN `#optional` \
-p 80:80 \ -p 80:80 \
-v /path/to/appdata/config:/config \ -v /path/to/librespeed/config:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/librespeed:latest lscr.io/linuxserver/librespeed:latest
``` ```
@ -134,7 +134,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function | | Volume | Function |
| :----: | --- | | :----: | --- |
| `/config` | Contains all relevant configuration files. | | `/config` | Persistent config files |
#### Miscellaneous Options #### Miscellaneous Options
@ -304,6 +304,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **23.12.23:** - Rebase to Alpine 3.19 with php 8.3.
* **06.12.23:** - Replace php mysqli with php pdo_pgsql. * **06.12.23:** - Replace php mysqli with php pdo_pgsql.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **14.05.23:** - Added support for ipinfo.io * **14.05.23:** - Added support for ipinfo.io