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

View File

@ -0,0 +1,13 @@
version: '3'
services:
mopidy:
image: jaedb/iris
build:
context: ../
ports:
- 6681:6680
- 1704:1704
- 1705:1705
volumes:
- /home/MY_USERNAME/mopidy.conf:/config/mopidy.conf
- /home/MY_USERNAME/Music:/var/lib/mopidy/media