1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

update shairplay-arm

This commit is contained in:
kev 2017-08-13 19:28:20 +08:00
parent 534f698754
commit d35653bf61
2 changed files with 17 additions and 0 deletions

@ -4,5 +4,19 @@ shairplay
[Shairplay][1] is a free portable AirPlay server implementation similar to [ShairPort][2].
Currently only AirPort Express emulation is supported.
## docker-compose.yml
```yaml
shairplay:
image: easypi/shairplay-arm
command: shairplay --apname=EasyPi --hwaddr=01:45:89:ab:cd:ef
volumes:
- /var/run/dbus:/var/run/dbus
devices:
- /dev/snd
net: host
restart: unless-stopped
```
[1]: https://github.com/juhovh/shairplay
[2]: https://github.com/abrasive/shairport

@ -1,5 +1,8 @@
shairplay:
image: easypi/shairplay-arm
command: shairplay --apname=EasyPi --hwaddr=01:45:89:ab:cd:ef
volumes:
- /var/run/dbus:/var/run/dbus
devices:
- /dev/snd
net: host