diff --git a/docs/images/docker-kdenlive.md b/docs/images/docker-kdenlive.md index 2f58064e2..76676e9ef 100755 --- a/docs/images/docker-kdenlive.md +++ b/docs/images/docker-kdenlive.md @@ -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.