暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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