Skip to content

Instantly share code, notes, and snippets.

@kissarat
Last active November 17, 2021 16:08
Show Gist options
  • Save kissarat/844b9be0c586981f23c80c3b5a6b2eb4 to your computer and use it in GitHub Desktop.
Save kissarat/844b9be0c586981f23c80c3b5a6b2eb4 to your computer and use it in GitHub Desktop.
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