Bot Updating Documentation

pull/200/head
LinuxServer-CI 2024-03-21 14:13:57 +00:00
rodzic e6122e3623
commit 74a75ebfa7
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -55,7 +55,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/data:/config
- /path/to/davos/data:/config
- /path/to/downloads/folder:/download
ports:
- 8080:8080
@ -71,7 +71,7 @@ docker run -d \
-e PGID=1000 \
-e TZ=Etc/UTC \
-p 8080:8080 \
-v /path/to/data:/config \
-v /path/to/davos/data:/config \
-v /path/to/downloads/folder:/download \
--restart unless-stopped \
lscr.io/linuxserver/davos:latest
@ -270,6 +270,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **20.03.24:** - Rebase to Alpine 3.19.
* **12.07.23:** - Rebase to Alpine 3.18.
* **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.