Bot Updating Documentation

pull/116/head
LinuxServer-CI 2023-05-19 23:22:46 +00:00
rodzic e6b9ac9a45
commit ce59e235a9
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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.