1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-07-06 05:36:10 +00:00
home-assistant/docker-compose.yaml

12 lines
229 B
YAML
Raw Permalink Normal View History

2017-04-12 14:59:51 +00:00
version: "3"
services:
hass:
image: homeassistant/home-assistant
volumes:
- /volumes/hass:/config
- /etc/localtime:/etc/localtime:ro
network_mode: "host"
container_name: home-assistant