diff --git a/cmus/README.md b/cmus/README.md index 7ddfeaa..51c6c75 100644 --- a/cmus/README.md +++ b/cmus/README.md @@ -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 + to exit ``` > cmus-remote: password required for tcp/ip connection diff --git a/cmus/docker-compose.yml b/cmus/docker-compose.yml index ff4b985..5b82c41 100644 --- a/cmus/docker-compose.yml +++ b/cmus/docker-compose.yml @@ -8,5 +8,6 @@ services: - ./data/var:/root/music devices: - /dev/snd - tty: yes + stdin_open: true + tty: true restart: unless-stopped