diff --git a/infra/librespot/Dockerfile b/infra/librespot/Dockerfile index feb9993..4b1149a 100644 --- a/infra/librespot/Dockerfile +++ b/infra/librespot/Dockerfile @@ -39,5 +39,5 @@ CMD ["librespot", \ "--name", "Klubhaus", \ "--backend", "pulseaudio", \ "--bitrate", "320", \ - "--enable-audio-cache", \ + "--initial-volume", "100", \ "--cache", "/var/cache/librespot"]