1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00: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