Created
August 18, 2020 16:47
-
-
Save nhalstead/086faa462f2caabf803a06386bbacf80 to your computer and use it in GitHub Desktop.
Deploy AirConnect in a Docker Container linked to the host adapter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker run -d --net=host \ | |
--restart=always \ | |
--label stack.application=airconnect \ | |
--label stack.category=audio \ | |
--label stack.type=p2p-bridge \ | |
--hostname airconnect \ | |
--name airconnect \ | |
1activegeek/airconnect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment