Skip to content

Commit ca7a98b

Browse files
authored
Update README.md (#99)
1 parent 2343b10 commit ca7a98b

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -161,26 +161,6 @@ services:
161161

162162
##### Docker-compose in PulseAudio mode
163163

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-
184164
Discovery mode:
185165

186166
```text
@@ -204,7 +184,7 @@ services:
204184

205185
##### Docker run in Alsa mode
206186

207-
In discovery mode:
187+
Discovery mode:
208188

209189
```text
210190
docker run -d --name librespot \

0 commit comments

Comments
 (0)