mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
a2ffb10e78
commit
88489e4d6d
@ -8,7 +8,7 @@
|
||||
[](https://hub.docker.com/r/linuxserver/airsonic)
|
||||
[](https://hub.docker.com/r/linuxserver/airsonic)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-airsonic/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/airsonic/latest/index.html)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/airsonic/latest/index.html)
|
||||
|
||||
[Airsonic](https://github.com/airsonic/airsonic) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
|
||||
Simply pulling `linuxserver/airsonic` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `ghcr.io/linuxserver/airsonic` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
@ -40,7 +40,7 @@ Compatible with docker-compose v2 schemas.
|
||||
version: "2.1"
|
||||
services:
|
||||
airsonic:
|
||||
image: linuxserver/airsonic
|
||||
image: ghcr.io/linuxserver/airsonic
|
||||
container_name: airsonic
|
||||
environment:
|
||||
- PUID=1000
|
||||
@ -79,7 +79,7 @@ docker run -d \
|
||||
-v </path/to/other media>:/media `#optional` \
|
||||
--device /dev/snd:/dev/snd `#optional` \
|
||||
--restart unless-stopped \
|
||||
linuxserver/airsonic
|
||||
ghcr.io/linuxserver/airsonic
|
||||
```
|
||||
|
||||
|
||||
@ -177,7 +177,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' airsonic`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/airsonic`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/airsonic`
|
||||
|
||||
## Versions
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user