Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dubo-dubon-duponey committed Mar 13, 2024
1 parent 8938a56 commit 2c5ed43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following is the most straight-forward example, using host networking:
```bash
docker run -d --rm \
--name "spot" \
--env "MDNS_NAME=Super Name For Your Spotify Connect Endpoint" \
--env "MOD_MDNS_NAME=Super Name For Your Spotify Connect Endpoint" \
--volume /tmp \
--group-add audio \
--device /dev/snd \
Expand All @@ -70,7 +70,7 @@ Here is an example:
```bash
docker run -d --rm \
--name "spot" \
--env "MDNS_NAME=Super Name For Your Spotify Connect Endpoint" \
--env "MOD_MDNS_NAME=Super Name For Your Spotify Connect Endpoint" \
--volume /tmp \
--group-add audio \
--device /dev/snd \
Expand All @@ -94,7 +94,7 @@ docker run --rm \

You may specify the following environment variables at runtime:

* `MDNS_NAME` (eg: `Totale Croquette`) controls the "name" under which your endpoint will appear in Spotify
* `MOD_MDNS_NAME` (eg: `Totale Croquette`) controls the "name" under which your endpoint will appear in Spotify

You can also tweak the following for control over which internal ports are being used:

Expand Down

0 comments on commit 2c5ed43

Please sign in to comment.