We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c092d5f commit 2343b10Copy full SHA for 2343b10
1 file changed
README.md
@@ -139,27 +139,6 @@ Please note that username and password is deprecated as an authentication method
139
140
##### Docker-compose in Alsa mode
141
142
-With credentials:
143
-
144
-```text
145
----
146
-version: "3"
147
148
-services:
149
- librespot:
150
- image: giof71/librespot:latest
151
- devices:
152
- - /dev/snd:/dev/snd
153
- environment:
154
- - DEVICE=hw:x20,0
155
- - SPOTIFY_USERNAME=${SPOTIFY_USERNAME}
156
- - SPOTIFY_PASSWORD=${SPOTIFY_PASSWORD}
157
- - BACKEND=alsa
158
- - BITRATE=320
159
- - INITIAL_VOLUME=100
160
- - DEVICE_NAME=gustard-u12
161
-```
162
163
Discovery mode:
164
165
```text
0 commit comments