mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
10 lines
214 B
YAML
10 lines
214 B
YAML
|
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
|