Bot Updating Documentation

pull/238/head
LinuxServer-CI 2024-08-20 19:21:36 +00:00
rodzic 77f99e375e
commit a7751027c3
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -123,7 +123,7 @@ services:
- TZ=Etc/UTC
- SUBFOLDER=/ #optional
volumes:
- /path/to/config:/config
- /path/to/kdenlive/config:/config
ports:
- 3000:3000
- 3001:3001
@ -145,7 +145,7 @@ docker run -d \
-e SUBFOLDER=/ `#optional` \
-p 3000:3000 \
-p 3001:3001 \
-v /path/to/config:/config \
-v /path/to/kdenlive/config:/config \
--device /dev/dri:/dev/dri `#optional` \
--shm-size="1gb" `#optional` \
--restart unless-stopped \
@ -354,6 +354,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **19.08.24:** - Rebase to noble. Use pypi and lsio wheels.
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
* **24.04.23:** - Ensure application launches in fullscreen.
* **18.03.23:** - Rebase to KasmVNC base image.