Bot Updating Documentation

pull/48/head
LinuxServer-CI 2021-11-28 15:06:10 +01:00
rodzic d2f49c7c40
commit f5fccf371c
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ services:
- 6144:6144
- 1443:1443
devices:
- <path to device>:<path to device>
- path to device:path to device
restart: unless-stopped
```
@ -91,7 +91,7 @@ docker run -d \
-p 6144:6144 \
-p 1443:1443 \
-v <path to data>:/config \
--device <path to device>:<path to 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 |
| :-----: | --- |
| `<path to device>` | For passing through USB devices. |
| `path to device` | For passing through USB devices. |
#### Miscellaneous Options