1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/shairplay-arm/README.md

23 lines
502 B
Markdown
Raw Normal View History

2017-08-13 12:15:26 +02:00
shairplay
=========
[Shairplay][1] is a free portable AirPlay server implementation similar to [ShairPort][2].
Currently only AirPort Express emulation is supported.
2017-08-13 13:28:20 +02:00
## 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
```
2017-08-13 12:15:26 +02:00
[1]: https://github.com/juhovh/shairplay
[2]: https://github.com/abrasive/shairport