Created
March 11, 2020 14:15
-
-
Save peyanski/ed32ef3be9ccc55a2e4d137ced806f7f to your computer and use it in GitHub Desktop.
Use this to get the room-assistant image
This file contains 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
version: '3' | |
services: | |
room-assistant: | |
image: mkerix/room-assistant | |
restart: unless-stopped | |
network_mode: host | |
volumes: | |
- /var/run/dbus:/var/run/dbus | |
- /home/pi/room-assistant/config:/room-assistant/config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment