/docker-mpd-client175

Docker container for MPD with Client175 web interface

Primary LanguageShell

Starts an MPD with a client175 web interface.

Usage

docker create \
	--name "mpd-client175" \
	-v /directory/to/music:/music \
	--device=/dev/snd:/dev/snd \
	-p 6600:6600 \
	-p 8080:8080 \
	cdauth/mpd-client175

To make avahi work, add this parameter:

	--device=/run/dbus:/run/dbus

Volumes

  • /music: The directory containing your music
  • /var/lib/mpd: MPD database. Use this to persist your playlists.

Ports

  • 6600: The MPD server
  • 8080: The client175 web interface