mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:48:55 +02:00
update hass
This commit is contained in:
parent
8ab05235cb
commit
2f72168c15
@ -1,2 +1,23 @@
|
||||
home-assistant
|
||||
==============
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
```yaml
|
||||
hass:
|
||||
image: vimagick/hass
|
||||
volumes:
|
||||
- ./data:/etc/hass
|
||||
net: host
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
## up and running
|
||||
|
||||
```bash
|
||||
$ docker-compose up -d
|
||||
$ docker-compose logs -f
|
||||
$ curl http://localhost:8123
|
||||
```
|
||||
|
||||
> More python packages will be installed during startup.
|
||||
|
Loading…
Reference in New Issue
Block a user