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