Bot Updating Documentation

pull/38/head
LinuxServer-CI 2021-05-15 16:56:36 +01:00
rodzic baa1ff2f2e
commit 1f6577716d
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

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