1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-12 23:47:32 +02:00
dockerfiles/mpd/arm/docker-compose.yml

21 lines
340 B
YAML
Raw Normal View History

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