1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:16:44 +02:00
dockerfiles/cmus/arm/docker-compose.yml
2017-04-29 10:18:32 +08:00

14 lines
220 B
YAML

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