Logitechmediaserver aka squeezeboxserver
1.8K
A container for LogitechMediaServer (aka squeezebox server). The image is using a systemuser.
3 ports are exposed for the logitechmediaserver:
The easiest configuration is to use the host network to map
the ports directly on the host and have a functional broadcast.
If you want to use the bridge mode you will have to configure
all your clients to point to the server.
There are 3 directories to mount:
/config: for the server configuration, logs, plugins/music: for the music folder/playlists: to store the playlistsTo run the image binding all the ports to the host:
docker run --rm --network host marcaurele/logitechmediaserver
By binding the ports using a bridge:
docker run --rm -p 9000:9000 -p 9090:9090 -p 3483:3483 -p 3483:3483/udp marcaurele/logitechmediaserver
The source file is located at https://gitlab.com/marcaurele/containers/-/blob/main/logitechmediaserver/Dockerfile
Content type
Image
Digest
sha256:932d04f13…
Size
96.9 MB
Last updated
almost 3 years ago
docker pull marcaurele/logitechmediaserver