Skip to content

Commit

Permalink
Update README.md (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Nov 22, 2024
1 parent c092d5f commit 2343b10
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,27 +139,6 @@ Please note that username and password is deprecated as an authentication method

##### Docker-compose in Alsa mode

With credentials:

```text
---
version: "3"
services:
librespot:
image: giof71/librespot:latest
devices:
- /dev/snd:/dev/snd
environment:
- DEVICE=hw:x20,0
- SPOTIFY_USERNAME=${SPOTIFY_USERNAME}
- SPOTIFY_PASSWORD=${SPOTIFY_PASSWORD}
- BACKEND=alsa
- BITRATE=320
- INITIAL_VOLUME=100
- DEVICE_NAME=gustard-u12
```

Discovery mode:

```text
Expand Down

0 comments on commit 2343b10

Please sign in to comment.