mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
14 lines
220 B
YAML
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
|