1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/shairplay-arm/docker-compose.yml

10 lines
214 B
YAML
Raw Normal View History

2017-08-13 12:15:26 +02:00
shairplay:
image: easypi/shairplay-arm
2017-08-13 13:28:20 +02:00
command: shairplay --apname=EasyPi --hwaddr=01:45:89:ab:cd:ef
volumes:
- /var/run/dbus:/var/run/dbus
2017-08-13 12:15:26 +02:00
devices:
- /dev/snd
net: host
restart: unless-stopped