Thomas Bertels 899b4a8409
Update cli.md: add dbus access for Raspberry (#28821)
Co-authored-by: Stefan Agner <stefan@agner.ch>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-11-24 11:04:01 +01:00

413 B

  version: '3'
  services:
    homeassistant:
      container_name: homeassistant
      image: "{{ include.image | default: site.installation.container }}:{{ include.tag | default: 'stable' }}"
      volumes:
        - /PATH_TO_YOUR_CONFIG:/config
        - /etc/localtime:/etc/localtime:ro
        - /run/dbus:/run/dbus:ro
      restart: unless-stopped
      privileged: true
      network_mode: host