mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update shairplay-arm
This commit is contained in:
parent
534f698754
commit
d35653bf61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user