1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/mpd/docker-compose.yml

25 lines
435 B
YAML
Raw Normal View History

2021-02-09 10:58:42 +02:00
version: "3.8"
2016-08-17 14:22:38 +02:00
2020-02-09 14:12:43 +02:00
services:
mpd:
image: vimagick/mpd
ports:
- "6600:6600"
- "8800:8800"
volumes:
2021-02-09 10:58:42 +02:00
- ./data/config:/root/.config
- ./data/music:/var/lib/mpd/music
- ./data/playlists:/var/lib/mpd/playlists
2020-02-09 14:12:43 +02:00
devices:
- /dev/snd
2021-02-09 10:58:42 +02:00
# depends_on:
# - icecast
2020-02-09 14:12:43 +02:00
restart: unless-stopped
2021-02-09 10:58:42 +02:00
# icecast:
# image: vimagick/icecast
# ports:
# - "8000:8000"
# restart: unless-stopped