From c3f0849e2f047617358eec7718c71bf4cb25f58b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 29 Mar 2023 14:14:31 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-lychee.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/images/docker-lychee.md b/images/docker-lychee.md index 3b384e813..b8013c7a4 100644 --- a/images/docker-lychee.md +++ b/images/docker-lychee.md @@ -35,7 +35,7 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf| ✅ | arm32v7-\ | +| armhf | ✅ | arm32v7-\ | ## Application Setup @@ -97,7 +97,7 @@ docker run -d \ --name=lychee \ -e PUID=1000 \ -e PGID=1000 \ - -e TZ=Europe/London \ + -e TZ=Etc/UTC \ -e DB_HOST=mariadb \ -e DB_PORT=3306 \ -e DB_USERNAME=lychee \ @@ -108,6 +108,7 @@ docker run -d \ -v /path/to/pictures:/pictures \ --restart unless-stopped \ lscr.io/linuxserver/lychee:latest + ``` ## Parameters @@ -126,7 +127,7 @@ Docker images are configured using parameters passed at runtime (such as those a | :----: | --- | | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | -| `TZ=Europe/London` | Specify a timezone to use EG Europe/London | +| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `DB_HOST=mariadb` | for specifying the database host | | `DB_PORT=3306` | for specifying the database port | | `DB_USERNAME=lychee` | for specifying the database user |