1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/cmus/docker-compose.yml

14 lines
216 B
YAML
Raw Normal View History

2017-04-29 02:18:23 +00:00
cmus:
image: vimagick/cmus
ports:
- "3000:3000"
volumes:
2017-04-29 04:04:18 +00:00
- ./data:/etc/cmus
2017-04-29 02:18:23 +00:00
- ~/music:/root/music
devices:
- /dev/snd
environment:
- PASSWORD=secret
tty: yes
restart: unless-stopped