kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
5910d93aeb
commit
3087480f36
|
@ -10,7 +10,6 @@ title: domoticz
|
||||||
[](https://github.com/linuxserver/docker-domoticz/releases)
|
[](https://github.com/linuxserver/docker-domoticz/releases)
|
||||||
[](https://github.com/linuxserver/docker-domoticz/packages)
|
[](https://github.com/linuxserver/docker-domoticz/packages)
|
||||||
[](https://gitlab.com/linuxserver.io/docker-domoticz/container_registry)
|
[](https://gitlab.com/linuxserver.io/docker-domoticz/container_registry)
|
||||||
[](https://microbadger.com/images/linuxserver/domoticz "Get your own version badge on microbadger.com")
|
|
||||||
[](https://hub.docker.com/r/linuxserver/domoticz)
|
[](https://hub.docker.com/r/linuxserver/domoticz)
|
||||||
[](https://hub.docker.com/r/linuxserver/domoticz)
|
[](https://hub.docker.com/r/linuxserver/domoticz)
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-domoticz/job/master/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-domoticz/job/master/)
|
||||||
|
@ -51,11 +50,9 @@ The user manual is available at [www.domoticz.com](https://www.domoticz.com)
|
||||||
|
|
||||||
## 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
|
||||||
---
|
---
|
||||||
|
@ -80,7 +77,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