1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-06-14 06:47:23 +00:00

Add docker-compose file

This commit is contained in:
Adam Dodman 2017-04-12 15:59:51 +01:00
parent 7539c8f31d
commit b9f66cb7ee

11
docker-compose.yaml Normal file
View File

@ -0,0 +1,11 @@
version: "3"
services:
hass:
image: homeassistant/home-assistant
volumes:
- /volumes/hass:/config
- /etc/localtime:/etc/localtime:ro
network_mode: "host"
container_name: home-assistant