Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-26 16:40:06 +00:00
rodzic b7d23bc3ed
commit 2ee0a74444
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -73,7 +73,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/appdata/config:/config
- /path/to/heimdall/config:/config
ports:
- 80:80
- 443:443
@ -90,7 +90,7 @@ docker run -d \
-e TZ=Etc/UTC \
-p 80:80 \
-p 443:443 \
-v /path/to/appdata/config:/config \
-v /path/to/heimdall/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/heimdall:latest
```
@ -118,7 +118,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Contains all relevant configuration files. |
| `/config` | Persistent config files |
#### Miscellaneous Options
@ -288,6 +288,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **23.12.23:** - Rebase to Alpine 3.19 with php 8.3.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **13.04.23:** - Move ssl.conf include to default.conf.
* **20.01.23:** - Rebase to alpine 3.17 with php8.1.