2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-05 12:25:27 +01:00

update cmus

This commit is contained in:
kevin
2025-10-09 15:23:34 +08:00
parent 23b74a3bf5
commit 6f342f6d1b
7 changed files with 17 additions and 75 deletions

View File

@@ -1,13 +1,12 @@
cmus:
image: vimagick/cmus
ports:
- "3000:3000"
volumes:
- ./data:/etc/cmus
- ~/music:/root/music
devices:
- /dev/snd
environment:
- PASSWORD=secret
tty: yes
restart: unless-stopped
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