From e6122e3623cbf02e71b21b680a80b8fb0d6beb2e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 21 Mar 2024 14:13:39 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-habridge.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/images/docker-habridge.md b/docs/images/docker-habridge.md index 97c23d4eb..3d99e6e10 100644 --- a/docs/images/docker-habridge.md +++ b/docs/images/docker-habridge.md @@ -62,9 +62,9 @@ services: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - - "SEC_KEY=" + - SEC_KEY= volumes: - - :/config + - /path/to/habridge/config:/config ports: - 8080:8080 - 50000:50000 @@ -79,10 +79,10 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ - -e SEC_KEY="" \ + -e SEC_KEY= \ -p 8080:8080 \ -p 50000:50000 \ - -v :/config \ + -v /path/to/habridge/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/habridge:latest ``` @@ -105,7 +105,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `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. | +| `SEC_KEY=` | Key used to secure communication. | ### Volume Mappings (`-v`) @@ -281,6 +281,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **20.03.24:** - Rebase to Alpine 3.19, bump JRE to 17. * **25.08.23:** - Rebase to Alpine 3.18. * **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **11.12.22:** - Rebasing to alpine 3.17.