Last active
November 17, 2021 16:08
-
-
Save kissarat/844b9be0c586981f23c80c3b5a6b2eb4 to your computer and use it in GitHub Desktop.
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: | |
assistant: | |
container_name: assistant | |
image: "ghcr.io/home-assistant/raspberrypi4-homeassistant:stable" | |
volumes: | |
- /root/assistant/config:/config | |
- /etc/localtime:/etc/localtime:ro | |
restart: unless-stopped | |
privileged: true | |
network_mode: host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment