Bot Updating Documentation

pull/200/head
LinuxServer-CI 2024-03-21 14:13:39 +00:00
rodzic fe43e80fcf
commit e6122e3623
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -62,9 +62,9 @@ services:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- "SEC_KEY=<Your Key To Encrypt Security Data>"
- SEC_KEY=
volumes:
- <path to data>:/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="<Your Key To Encrypt Security Data>" \
-e SEC_KEY= \
-p 8080:8080 \
-p 50000:50000 \
-v <path to data>:/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=<Your Key To Encrypt Security Data>` | 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.