diff --git a/images/docker-domoticz.md b/images/docker-domoticz.md index 5a937afdb5..656d1d932f 100644 --- a/images/docker-domoticz.md +++ b/images/docker-domoticz.md @@ -74,7 +74,7 @@ services: - 6144:6144 - 1443:1443 devices: - - : + - path to device:path to device restart: unless-stopped ``` @@ -91,7 +91,7 @@ docker run -d \ -p 6144:6144 \ -p 1443:1443 \ -v :/config \ - --device : \ + --device path to device:path to device \ --restart unless-stopped \ lscr.io/linuxserver/domoticz ``` @@ -139,7 +139,7 @@ Docker images are configured using parameters passed at runtime (such as those a | Parameter | Function | | :-----: | --- | -| `` | For passing through USB devices. | +| `path to device` | For passing through USB devices. | #### Miscellaneous Options