From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Tue, 23 Aug 2022 21:05:35 +0000 (+0100) Subject: Update readme X-Git-Tag: 4.1-rc1~24^2~17^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1524%2Fhead;p=thirdparty%2Fshairport-sync.git Update readme --- diff --git a/docker/README.md b/docker/README.md index 12b8f3bb..acabc123 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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.