Bot Updating Documentation

pull/36/head
LinuxServer-CI 2021-03-01 10:48:03 -05:00
rodzic 5fbd8f8b9a
commit c602abee02
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -51,12 +51,13 @@ services:
- PGID=1000
- TZ=Europe/London
- PASSWORD=PASSWORD
- CUSTOM_RESULTS=true #optional
- CUSTOM_RESULTS=false #optional
- DB_TYPE=sqlite #optional
- DB_NAME=DB_NAME #optional
- DB_HOSTNAME=DB_HOSTNAME #optional
- DB_USERNAME=DB_USERNAME #optional
- DB_PASSWORD=DB_PASSWORD #optional
- DB_PORT=DB_PORT #optional
volumes:
- /path/to/appdata/config:/config
ports:
@ -73,12 +74,13 @@ docker run -d \
-e PGID=1000 \
-e TZ=Europe/London \
-e PASSWORD=PASSWORD \
-e CUSTOM_RESULTS=true `#optional` \
-e CUSTOM_RESULTS=false `#optional` \
-e DB_TYPE=sqlite `#optional` \
-e DB_NAME=DB_NAME `#optional` \
-e DB_HOSTNAME=DB_HOSTNAME `#optional` \
-e DB_USERNAME=DB_USERNAME `#optional` \
-e DB_PASSWORD=DB_PASSWORD `#optional` \
-e DB_PORT=DB_PORT `#optional` \
-p 80:80 \
-v /path/to/appdata/config:/config \
--restart unless-stopped \
@ -105,12 +107,13 @@ Docker images are configured using parameters passed at runtime (such as those a
| `PGID=1000` | for GroupID - see below for explanation |
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London |
| `PASSWORD=PASSWORD` | Set the password for the results database. |
| `CUSTOM_RESULTS=true` | (optional) enables custom results page in `/config/www/results/index.php`. |
| `CUSTOM_RESULTS=false` | (optional) set to `true` to enable custom results page in `/config/www/results/index.php`. |
| `DB_TYPE=sqlite` | Defaults to `sqlite`, can also be set to `mysql` or `postgresql`. |
| `DB_NAME=DB_NAME` | Database name. Required for mysql and pgsql. |
| `DB_HOSTNAME=DB_HOSTNAME` | Database address. Required for mysql and pgsql. |
| `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. |
### Volume Mappings (`-v`)
@ -183,6 +186,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions
* **01.03.21:** - Fix up database settings. Make sure `index.html` is recreated.
* **28.02.21:** - Added php7-ctype.
* **23.01.21:** - Rebasing to alpine 3.13.
* **01.06.20:** - Rebasing to alpine 3.12.