Bot Updating Documentation

pull/230/head
LinuxServer-CI 2024-06-28 17:56:11 +00:00
rodzic f22ff8fccd
commit cfc52d7052
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

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