mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +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
|