2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00
Files
dockerfiles_vimagick/cmus/docker-compose.yml
2025-10-09 15:23:34 +08:00

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