2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/cmus/docker-compose.yml
2025-10-13 10:46:19 +08:00

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