mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:15:04 +02:00
.. | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
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