diff --git a/images/docker-habridge.md b/images/docker-habridge.md index 1b2550d947..d14a976baf 100644 --- a/images/docker-habridge.md +++ b/images/docker-habridge.md @@ -37,7 +37,7 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf| ✅ | arm32v7-\ | +| armhf | ✅ | arm32v7-\ | ## Application Setup @@ -61,8 +61,8 @@ services: environment: - PUID=1000 - PGID=1000 - - SEC_KEY= - - TZ=Europe/London + - TZ=Etc/UTC + - "SEC_KEY=" volumes: - :/config ports: @@ -78,13 +78,14 @@ docker run -d \ --name=habridge \ -e PUID=1000 \ -e PGID=1000 \ - -e SEC_KEY= \ - -e TZ=Europe/London \ + -e TZ=Etc/UTC \ + -e SEC_KEY="" \ -p 8080:8080 \ -p 50000:50000 \ -v :/config \ --restart unless-stopped \ lscr.io/linuxserver/habridge:latest + ``` ## Parameters @@ -104,8 +105,8 @@ 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=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `SEC_KEY=` | Key used to secure communication. | -| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | ### Volume Mappings (`-v`)