Bot Updating Documentation

pull/238/head
LinuxServer-CI 2024-08-20 17:32:28 +00:00
rodzic 852fc7b918
commit e5a174ec50
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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.