2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00
Files
dockerfiles_vimagick/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