Skip to content

Commit 2343b10

Browse files
authored
Update README.md (#98)
1 parent c092d5f commit 2343b10

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -139,27 +139,6 @@ Please note that username and password is deprecated as an authentication method
139139

140140
##### Docker-compose in Alsa mode
141141

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-
163142
Discovery mode:
164143

165144
```text

0 commit comments

Comments
 (0)