mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
14 lines
216 B
YAML
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
|