You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-01 00:34:55 +02:00
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.