From 9b5c71aab9425cedd7aae28b005a93a8ad134bd9 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 11 Aug 2024 12:53:07 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-piper.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/images/docker-piper.md b/docs/images/docker-piper.md index ce433fb2a..4c0474b5d 100755 --- a/docs/images/docker-piper.md +++ b/docs/images/docker-piper.md @@ -63,7 +63,7 @@ services: - PIPER_SPEAKER=0 #optional - PIPER_PROCS=1 #optional volumes: - - /path/to/data:/config + - /path/to/piper/data:/config ports: - 10200:10200 restart: unless-stopped @@ -84,7 +84,7 @@ docker run -d \ -e PIPER_SPEAKER=0 `#optional` \ -e PIPER_PROCS=1 `#optional` \ -p 10200:10200 \ - -v /path/to/data:/config \ + -v /path/to/piper/data:/config \ --restart unless-stopped \ lscr.io/linuxserver/piper:latest ``` @@ -287,4 +287,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **18.07.24:** - Rebase to Ubuntu Noble. * **25.11.23:** - Initial Release.