diff --git a/images/docker-lychee.md b/images/docker-lychee.md index 8cb7ed294..7c4b614e2 100644 --- a/images/docker-lychee.md +++ b/images/docker-lychee.md @@ -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.