diff --git a/images/docker-changedetection.io.md b/images/docker-changedetection.io.md index a674423d0..2e63d6c35 100755 --- a/images/docker-changedetection.io.md +++ b/images/docker-changedetection.io.md @@ -31,7 +31,7 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf| ✅ | arm32v7-\ | +| armhf | ✅ | arm32v7-\ | ## Application Setup @@ -74,12 +74,13 @@ docker run -d \ --name=changedetection.io \ -e PUID=1000 \ -e PGID=1000 \ - -e TZ=Europe/London \ + -e TZ=Etc/UTC \ -e BASE_URL= `#optional` \ -p 5000:5000 \ -v /path/to/appdata/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/changedetection.io:latest + ``` ## Parameters @@ -98,7 +99,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). | | `BASE_URL=` | Specify the full URL (including protocol) when running behind a reverse proxy | ### Volume Mappings (`-v`)