Skip to content

Instantly share code, notes, and snippets.

@emarref
Created October 27, 2021 02:45
Show Gist options
  • Save emarref/b6e3589e6cbac47a50b058a741727578 to your computer and use it in GitHub Desktop.
Save emarref/b6e3589e6cbac47a50b058a741727578 to your computer and use it in GitHub Desktop.
Home Assistant
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/raspberrypi4-homeassistant:stable"
volumes:
- $PWD/homeassistant:/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