c0ffeeca7 3f1730e120
Docker compose: remove version (#33343)
Co-authored-by: gabriela <gabriela@gabrielas-MBP.private>
2024-06-21 10:43:48 +02:00

398 B

  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