]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update readme 1524/head
authorCharles <32498151+charlesomer@users.noreply.github.com>
Tue, 23 Aug 2022 21:05:35 +0000 (22:05 +0100)
committerCharles <32498151+charlesomer@users.noreply.github.com>
Tue, 23 Aug 2022 21:05:35 +0000 (22:05 +0100)
docker/README.md

index 12b8f3bb4a2e91272887ccc87314c78ef6080ca6..acabc1233afc45bd316347260d7b1f875a566062 100644 (file)
@@ -21,10 +21,11 @@ $ docker run -d --restart unless-stopped --net host --device /dev/snd \
 
 ### Options
 
-Any options you add to the command above will be passed to Shairport Sync. Here is an example:
+You can change the default commands passed to Shairport Sync. Here is an example:
 ```
 $ docker run -d --restart unless-stopped --net host --device /dev/snd \
-    mikebrady/shairport-sync -a DenSystem -- -d hw:0 -c PCM
+    mikebrady/shairport-sync:unstable-development shairport-sync -v \
+    --statistics -a DenSystem -d hw:0 -c PCM
 ```
 This will sent 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.