From e5a174ec501f8869d880d1d858f67fc7cedde583 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 20 Aug 2024 17:32:28 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-audacity.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/images/docker-audacity.md b/docs/images/docker-audacity.md index 813e5b9c9..9cc72f4d9 100755 --- a/docs/images/docker-audacity.md +++ b/docs/images/docker-audacity.md @@ -105,7 +105,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/config:/config + - /path/to/audacity/config:/config ports: - 3000:3000 - 3001:3001 @@ -122,7 +122,7 @@ docker run -d \ -e TZ=Etc/UTC \ -p 3000:3000 \ -p 3001:3001 \ - -v /path/to/config:/config \ + -v /path/to/audacity/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/audacity:latest ``` @@ -320,6 +320,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **19.08.24:** - Rebase to noble. * **10.02.24:** - Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage. * **05.05.23:** - Start Audacity in full screen. * **18.03.23:** - Rebase to KasmVNC base image.