1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/shairplay-arm
2017-08-13 19:28:20 +08:00
..
docker-compose.yml update shairplay-arm 2017-08-13 19:28:20 +08:00
Dockerfile fix shairplay-arm 2017-08-13 18:32:28 +08:00
README.md update shairplay-arm 2017-08-13 19:28:20 +08:00

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