Skip to content

Commit

Permalink
feat(homeassistant): mount /run/dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Jan 11, 2025
1 parent 4b2a92c commit 6cecea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
volumes:
- /dev/bus/usb:/dev/bus/usb:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/dbus:/run/dbus:ro
- /volume1/homes/admin/Code/bds.home.arpa/homeassistant:/config:rw
environment:
- TZ=Europe/Paris
Expand Down

0 comments on commit 6cecea0

Please sign in to comment.