mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user