Açıklama Yok
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 385B

123456789101112131415
  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. - ./keys:/root/.ssh/
  10. - /etc/localtime:/etc/localtime:ro
  11. - /var/lib/motion:/var/lib/motion
  12. - /dev/mem:/dev/mem
  13. restart: always
  14. privileged: true
  15. network_mode: host