Skip to content

Commit 14afc04

Browse files
committed
added shairport-sync
1 parent 200fcb6 commit 14afc04

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

shairport-sync/docker-compose.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# https://hub.docker.com/r/mikebrady/shairport-sync
2+
# https://github.com/mikebrady/shairport-sync
3+
services:
4+
shairport-sync:
5+
image: mikebrady/shairport-sync:latest
6+
restart: unless-stopped
7+
network_mode: host
8+
devices:
9+
- /dev/snd:/dev/snd
10+

0 commit comments

Comments
 (0)