diff --git a/images/docker-lychee.md b/images/docker-lychee.md index f80faa24de..3b384e8131 100644 --- a/images/docker-lychee.md +++ b/images/docker-lychee.md @@ -99,6 +99,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Europe/London \ -e DB_HOST=mariadb \ + -e DB_PORT=3306 \ -e DB_USERNAME=lychee \ -e DB_PASSWORD=dbpassword \ -e DB_DATABASE=lychee \ @@ -127,6 +128,7 @@ 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 | | `DB_HOST=mariadb` | for specifying the database host | +| `DB_PORT=3306` | for specifying the database port | | `DB_USERNAME=lychee` | for specifying the database user | | `DB_PASSWORD=dbpassword` | for specifying the database password | | `DB_DATABASE=lychee` | for specifying the database to be used | @@ -192,7 +194,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions -* **04.12.21:** - Rebase to alpine 3.15 with php8. +* **11.01.23:** - Rebasing to alpine 3.17 with php8.1. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)). Switch to git clone as builds fail with the release artifact. * **13.05.21:** - Make readme clearer. * **18.04.21:** - Add php-intl for v4.3. * **31.01.21:** - Add jpegoptim.