Bot Updating Documentation

pull/257/head
LinuxServer-CI 2024-10-14 15:22:57 +00:00
rodzic 4d4dcc4507
commit d62459ff06
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -93,6 +93,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
- APP_URL=
- APP_KEY=
- DB_HOST=
- DB_PORT=3306
- DB_USERNAME=
@ -115,6 +116,7 @@ docker run -d \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e APP_URL= \
-e APP_KEY= \
-e DB_HOST= \
-e DB_PORT=3306 \
-e DB_USERNAME= \
@ -145,6 +147,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| `PGID=1000` | for GroupID - see below for explanation |
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `APP_URL=` | The IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com` |
| `APP_KEY=` | Session encryption key. Can be generated with `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey` |
| `DB_HOST=` | The database instance hostname |
| `DB_PORT=3306` | Database port (default `3306`) |
| `DB_USERNAME=` | Database user |