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.
| 12345678910111213141516 |
- version: '2.0'
- services:
- homeassistant:
- container_name: home-assistant
- image: homeassistant/raspberrypi3-homeassistant
- restart: always
- devices:
- - /dev/video0:/dev/video0
- volumes:
- - ./config:/config
- - ./keys:/root/.ssh/
- - /etc/localtime:/etc/localtime:ro
- - /dev/mem:/dev/mem
- restart: always
- privileged: true
- network_mode: host
|