mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-03-30 00:03:29 +08:00
Bot Updating Documentation
This commit is contained in:
parent
eee5f47522
commit
3f1884e82e
@ -38,6 +38,8 @@ The architectures supported by this image are:
|
||||
|
||||
## Application Setup
|
||||
|
||||
**This image will not work with a prefilled `/pictures` mount, lychee wants total control over this folder**
|
||||
|
||||
Setup mysql/mariadb and account via the webui, accessible at http://SERVERIP:PORT
|
||||
More info at [lychee](https://lycheeorg.github.io/).
|
||||
|
||||
@ -77,9 +79,9 @@ services:
|
||||
- /path/to/pictures:/pictures
|
||||
environment:
|
||||
- DB_HOST=mariadb
|
||||
- DB_USER=lychee
|
||||
- DB_PASS=dbpassword
|
||||
- DB_NAME=lychee
|
||||
- DB_USERNAME=lychee
|
||||
- DB_PASSWORD=dbpassword
|
||||
- DB_DATABASE=lychee
|
||||
- DB_PORT=3306
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
@ -186,6 +188,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||
|
||||
## Versions
|
||||
|
||||
* **13.05.21:** - Make readme clearer.
|
||||
* **18.04.21:** - Add php-intl for v4.3.
|
||||
* **31.01.21:** - Add jpegoptim.
|
||||
* **15.01.21:** - Rebase to alpine 3.13, add php7-ctype.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user