mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 14:31:51 +01:00
13 lines
225 B
YAML
13 lines
225 B
YAML
services:
|
|
cmus:
|
|
image: easypi/cmus
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- ./data/etc:/root/.config/cmus
|
|
- ./data/var:/root/music
|
|
devices:
|
|
- /dev/snd
|
|
tty: yes
|
|
restart: unless-stopped
|