Sign inSign up

davewongillies/squeezebox

By davewongillies

•Updated over 7 years ago

Logitech Media Server

Image
1

100K+

davewongillies/squeezebox repository overview

⁠Docker Squeezebox Server

OS: Ubuntu Xenial 16.04 (official) Installed:

⁠Running the container

# docker run -d \
  --name <name_for_container> \
  --net=host \
  -p 3483:3483 -p 9000:9000 -p 9090:9090 -p 3483:3483/udp \
  -v <data_dir>:/config \
  -v <music_dir>:/share/Music \
  davewongillies/squeezebox:latest

If you've got docker-compose installed:

# docker-compose up -d

By default it looks for config and music directories in the current directory. To start with other directories:

# docker-compose up -d -e LMS_CONFIG_DIR=<path_to_config_directory> -e LMS_MUSIC_DIR=<path_to_music_directory>

Tag summary

Content type

Image

Digest

Size

393.3 MB

Last updated

over 7 years ago

docker pull davewongillies/squeezebox