2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
This commit is contained in:
kevin
2025-10-13 10:46:19 +08:00
parent 94379472bf
commit d54adb561c
2 changed files with 5 additions and 1 deletions

View File

@@ -18,7 +18,10 @@ $ docker-compose exec cmus cmus-remote --passwd secret
>>> set resume=true >>> set resume=true
>>> player-play >>> player-play
>>> ^D >>> ^D
$ docker-compose attach cmus
^P^Q to exit
$ alsamixer $ alsamixer
<ESC> to exit
``` ```
> cmus-remote: password required for tcp/ip connection > cmus-remote: password required for tcp/ip connection

View File

@@ -8,5 +8,6 @@ services:
- ./data/var:/root/music - ./data/var:/root/music
devices: devices:
- /dev/snd - /dev/snd
tty: yes stdin_open: true
tty: true
restart: unless-stopped restart: unless-stopped