1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +00:00
dockerfiles/mpd/arm/docker-compose.yml

21 lines
340 B
YAML
Raw Normal View History

2016-08-17 03:09:57 +00:00
mpd:
image: easypi/mpd-arm
ports:
- "6600:6600"
2016-08-17 16:54:11 +00:00
- "8800:8800"
2016-08-17 03:09:57 +00:00
volumes:
2016-08-17 12:22:38 +00:00
- ./mpd.conf:/etc/mpd.conf
2016-08-17 03:09:57 +00:00
- ./music:/var/lib/mpd/music
- ./playlists:/var/lib/mpd/playlists
devices:
- /dev/snd
2016-08-17 12:22:38 +00:00
links:
- icecast
restart: always
icecast:
image: easypi/icecast-arm
ports:
- "8000:8000"
2016-08-17 03:09:57 +00:00
restart: always