Simplifying docker instructions and setup
This commit is contained in:
13
docker/docker-compose.example.yml
Executable file
13
docker/docker-compose.example.yml
Executable 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
|
||||
Reference in New Issue
Block a user