Bot Updating Documentation

pull/238/head
LinuxServer-CI 2024-08-11 12:53:07 +00:00
rodzic 1e6d242e0b
commit 9b5c71aab9
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ services:
- PIPER_SPEAKER=0 #optional - PIPER_SPEAKER=0 #optional
- PIPER_PROCS=1 #optional - PIPER_PROCS=1 #optional
volumes: volumes:
- /path/to/data:/config - /path/to/piper/data:/config
ports: ports:
- 10200:10200 - 10200:10200
restart: unless-stopped restart: unless-stopped
@ -84,7 +84,7 @@ docker run -d \
-e PIPER_SPEAKER=0 `#optional` \ -e PIPER_SPEAKER=0 `#optional` \
-e PIPER_PROCS=1 `#optional` \ -e PIPER_PROCS=1 `#optional` \
-p 10200:10200 \ -p 10200:10200 \
-v /path/to/data:/config \ -v /path/to/piper/data:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/piper:latest lscr.io/linuxserver/piper:latest
``` ```
@ -287,4 +287,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **18.07.24:** - Rebase to Ubuntu Noble.
* **25.11.23:** - Initial Release. * **25.11.23:** - Initial Release.