mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-12-20 12:54:35 +00:00
Add docker-compose file
This commit is contained in:
parent
7539c8f31d
commit
b9f66cb7ee
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user