We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200fcb6 commit 14afc04Copy full SHA for 14afc04
1 file changed
shairport-sync/docker-compose.yml
@@ -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