Simplifying docker instructions and setup

This commit is contained in:
James Barnsley
2019-08-08 11:42:35 +12:00
parent e321deafbe
commit 7a8b645779
7 changed files with 16 additions and 99 deletions

16
docker/mopidy.example.conf Executable file
View File

@ -0,0 +1,16 @@
[core]
data_dir = /var/lib/mopidy
[audio]
output = tee name=t ! queue ! autoaudiosink t. ! queue ! udpsink host=0.0.0.0 port=5555
[http]
hostname = 0.0.0.0
[mpd]
hostname = 0.0.0.0
[iris]
snapcast_enabled = true
snapcast_host = localhost
snapcast_port = 1705