mirror of
https://github.com/Adam-Ant/home-assistant
synced 2025-08-11 09:36:50 +00:00
Add docker-compose file
This commit is contained in:
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
|
||||||
|
|
Reference in New Issue
Block a user