From d39fb7dca32c027ba2804570f5399bd8dc1c51ea Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 3 Sep 2023 15:10:58 +0100 Subject: [PATCH] Update README.md Fix typo in command line! --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 6caf1c4d6..51aee15d2 100644 --- a/docker/README.md +++ b/docker/README.md @@ -36,7 +36,7 @@ Command line options will be passed to Shairport Sync. Here is an example: ``` $ docker run -d --restart unless-stopped --net host --device /dev/snd \ mikebrady/shairport-sync:latest \ - -v --statistics -a DenSystem -d hw:0 -c PCM + -v --statistics -a DenSystem -- -d hw:0 -c PCM ``` This will send audio to alsa hardware device `hw:0` and make use of the that device's mixer control called `PCM`. The service will be visible as `DenSystem` on the network.