mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +02:00
334 B
334 B
home-assistant
docker-compose.yml
hass:
image: vimagick/hass
volumes:
- ./data:/etc/hass
net: host
restart: unless-stopped
up and running
$ docker-compose up -d
$ docker-compose logs -f
$ curl http://localhost:8123
More python packages will be installed during startup.