1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-10-30 23:47:48 +02: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
>>> player-play
>>> ^D
$ docker-compose attach cmus
^P^Q to exit
$ alsamixer
<ESC> to exit
```
> cmus-remote: password required for tcp/ip connection

View File

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