kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
852fc7b918
commit
e5a174ec50
|
@ -105,7 +105,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/config
|
- /path/to/audacity/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
|
@ -122,7 +122,7 @@ docker run -d \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-p 3001:3001 \
|
-p 3001:3001 \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/audacity/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/audacity:latest
|
lscr.io/linuxserver/audacity:latest
|
||||||
```
|
```
|
||||||
|
@ -320,6 +320,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **19.08.24:** - Rebase to noble.
|
||||||
* **10.02.24:** - Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage.
|
* **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.
|
* **05.05.23:** - Start Audacity in full screen.
|
||||||
* **18.03.23:** - Rebase to KasmVNC base image.
|
* **18.03.23:** - Rebase to KasmVNC base image.
|
||||||
|
|
Ładowanie…
Reference in New Issue