version: '3' services: homeassistant: container_name: homeassistant image: "ghcr.io/home-assistant/home-assistant:latest" volumes: - [path to my config]:/config - /etc/localtime:/etc/localtime:ro restart: unless-stopped privileged: true network_mode: host