We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2343b10 commit ca7a98bCopy full SHA for ca7a98b
1 file changed
README.md
@@ -161,26 +161,6 @@ services:
161
162
##### Docker-compose in PulseAudio mode
163
164
-With credentials:
165
-
166
-```text
167
----
168
-version: "3"
169
170
-services:
171
- librespot:
172
- image: giof71/librespot:latest
173
- environment:
174
- - SPOTIFY_USERNAME=${SPOTIFY_USERNAME}
175
- - SPOTIFY_PASSWORD=${SPOTIFY_PASSWORD}
176
- - BACKEND=pulseaudio
177
- - BITRATE=320
178
- - INITIAL_VOLUME=100
179
- - DEVICE_NAME=manjaro-xeon10-pulse
180
- volumes:
181
- - /run/user/1000/pulse:/run/user/1000/pulse
182
-```
183
184
Discovery mode:
185
186
```text
@@ -204,7 +184,7 @@ services:
204
205
##### Docker run in Alsa mode
206
207
-In discovery mode:
187
+Discovery mode:
208
188
209
189
210
190
docker run -d --name librespot \
0 commit comments