From cfc52d7052beb7017a5240cadffb7379247b5cd7 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 28 Jun 2024 17:56:11 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-mstream.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-mstream.md b/docs/images/docker-mstream.md index 3740a2c0ce..9615498b81 100644 --- a/docs/images/docker-mstream.md +++ b/docs/images/docker-mstream.md @@ -62,7 +62,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config + - /path/to/mstream/data:/config - /path/to/music:/music ports: - 3000:3000 @@ -78,7 +78,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 3000:3000 \ - -v /path/to/data:/config \ + -v /path/to/mstream/data:/config \ -v /path/to/music:/music \ --restart unless-stopped \ lscr.io/linuxserver/mstream:latest @@ -92,7 +92,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `3000` | The port for the mStream webinterface | +| `3000` | The port for the mStream web interface | ### Environment Variables (`-e`) @@ -277,6 +277,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **27.06.24:** - Rebase to Alpine 3.20. * **12.12.23:** - Rebase to Alpine 3.19, move binaries to /app. * **05.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.