1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/cmus/docker-compose.yml
2017-04-29 12:04:18 +08:00

14 lines
216 B
YAML

cmus:
image: vimagick/cmus
ports:
- "3000:3000"
volumes:
- ./data:/etc/cmus
- ~/music:/root/music
devices:
- /dev/snd
environment:
- PASSWORD=secret
tty: yes
restart: unless-stopped