kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
26dd9ecd72
commit
d5cd15ea90
|
@ -10,7 +10,6 @@ title: homeassistant
|
||||||
[](https://github.com/linuxserver/docker-homeassistant/releases)
|
[](https://github.com/linuxserver/docker-homeassistant/releases)
|
||||||
[](https://github.com/linuxserver/docker-homeassistant/packages)
|
[](https://github.com/linuxserver/docker-homeassistant/packages)
|
||||||
[](https://gitlab.com/linuxserver.io/docker-homeassistant/container_registry)
|
[](https://gitlab.com/linuxserver.io/docker-homeassistant/container_registry)
|
||||||
[](https://microbadger.com/images/linuxserver/homeassistant "Get your own version badge on microbadger.com")
|
|
||||||
[](https://hub.docker.com/r/linuxserver/homeassistant)
|
[](https://hub.docker.com/r/linuxserver/homeassistant)
|
||||||
[](https://hub.docker.com/r/linuxserver/homeassistant)
|
[](https://hub.docker.com/r/linuxserver/homeassistant)
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-homeassistant/job/main/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-homeassistant/job/main/)
|
||||||
|
@ -38,11 +37,9 @@ The Webui can be found at `http://your-ip:8123`. Follow the wizard to set up Hom
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Here are some example snippets to help you get started creating a container from this image.
|
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
|
||||||
|
|
||||||
### docker-compose ([recommended](https://docs.linuxserver.io/general/docker-compose))
|
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
|
||||||
|
|
||||||
Compatible with docker-compose v2 schemas.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
|
@ -63,7 +60,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
### docker cli
|
### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/))
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
|
|
Ładowanie…
Reference in New Issue