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