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

502 B

shairplay

Shairplay is a free portable AirPlay server implementation similar to ShairPort. Currently only AirPort Express emulation is supported.

docker-compose.yml

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