kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
f22ff8fccd
commit
cfc52d7052
|
@ -62,7 +62,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- /path/to/mstream/data:/config
|
||||||
- /path/to/music:/music
|
- /path/to/music:/music
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
@ -78,7 +78,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/mstream/data:/config \
|
||||||
-v /path/to/music:/music \
|
-v /path/to/music:/music \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/mstream:latest
|
lscr.io/linuxserver/mstream:latest
|
||||||
|
@ -92,7 +92,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Parameter | Function |
|
| Parameter | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `3000` | The port for the mStream webinterface |
|
| `3000` | The port for the mStream web interface |
|
||||||
|
|
||||||
### Environment Variables (`-e`)
|
### Environment Variables (`-e`)
|
||||||
|
|
||||||
|
@ -277,6 +277,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **27.06.24:** - Rebase to Alpine 3.20.
|
||||||
* **12.12.23:** - Rebase to Alpine 3.19, move binaries to /app.
|
* **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)
|
* **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.
|
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
|
||||||
|
|
Ładowanie…
Reference in New Issue