Skip to content

Commit

Permalink
Merge pull request #6 from Xyala/suggestion_extra_instructions
Browse files Browse the repository at this point in the history
Suggestion extra instructions
  • Loading branch information
chrisys authored Jul 11, 2019
2 parents 2f5a1c3 + b2e9132 commit 8c1f093
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,16 @@ You can change this using `BLUETOOTH_DEVICE_NAME` environment variable that can
* Let the music play!

This project is in active development so if you have any feature requests or issues please submit them here on GitHub. PRs are welcome, too.

### Multiple container use
If you plan to use Balena Sound as part of a multiple container app (for example, having an app with PiHole & Balena sound), don't forget to add the following label to your `docker-compose.yml` file. (source: https://www.balena.io/docs/learn/develop/multicontainer/#labels)

Example:
```
bluetooth:
build: ./bluetooth-audio
privileged: true
network_mode: host
labels:
io.balena.features.dbus: '1'
```

0 comments on commit 8c1f093

Please sign in to comment.