Skip to content

Commit 1db481a

Browse files
Bot Updating Documentation
1 parent 0851e96 commit 1db481a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/images/docker-homeassistant.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In order to provide HA with access to the host's Bluetooth device, one needs to
5959

6060
#### Docker Cli:
6161
```bash
62-
--cap-add=NET_ADMIN --cap-add=NET_RAW -v /var/run/dbus:/var/run/dbus:ro
62+
--cap-add=NET_ADMIN --cap-add=NET_RAW -v /run/dbus:/run/dbus:ro
6363
```
6464

6565
#### Docker Compose:
@@ -68,9 +68,11 @@ In order to provide HA with access to the host's Bluetooth device, one needs to
6868
- NET_ADMIN
6969
- NET_RAW
7070
volumes:
71-
- /var/run/dbus:/var/run/dbus:ro
71+
- /run/dbus:/run/dbus:ro
7272
```
7373
74+
If the dbus path on host differs, such as `/var/run/dbus`, then you can map it as `/var/run/dbus:/run/dbus:ro`.
75+
7476
### Using the Ping integration
7577

7678
For the [Ping][ping0] integration to work, the capability `NET_RAW` must be added to the container. See above for instructions.
@@ -375,6 +377,7 @@ To help with development, we generate this dependency graph.
375377

376378
## Versions
377379

380+
* **19.09.25:** - Add the necessary capabilities in the container to allow the unprivileged user access to bluetooth stack.
378381
* **03.01.25:** - Rebase to alpine 3.21.
379382
* **04.12.24:** - Make setcap target dynamic.
380383
* **07.11.24:** - Add go2rtc binary.

0 commit comments

Comments
 (0)