No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.yml 318B

12345678910111213
  1. version: '2.0'
  2. services:
  3. homeassistant:
  4. container_name: home-assistant
  5. image: homeassistant/raspberrypi3-homeassistant
  6. restart: always
  7. volumes:
  8. - ./config:/config
  9. - /etc/localtime:/etc/localtime:ro
  10. - /dev/mem:/dev/mem
  11. restart: always
  12. privileged: true
  13. network_mode: host