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

14 lines
218 B
YAML

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