Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 2d03855

Browse files
Bot Updating Templated Files
1 parent 82b1d98 commit 2d03855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ services:
9999
- 6144:6144
100100
- 1443:1443
101101
devices:
102-
- <path to device>:<path to device>
102+
- path to device:path to device
103103
restart: unless-stopped
104104
```
105105
@@ -116,7 +116,7 @@ docker run -d \
116116
-p 6144:6144 \
117117
-p 1443:1443 \
118118
-v <path to data>:/config \
119-
--device <path to device>:<path to device> \
119+
--device path to device:path to device \
120120
--restart unless-stopped \
121121
lscr.io/linuxserver/domoticz
122122
```
@@ -147,7 +147,7 @@ Container images are configured using parameters passed at runtime (such as thos
147147
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
148148
| `-e WEBROOT=domoticz` | Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying. |
149149
| `-v /config` | Where Domoticz stores config files and data. |
150-
| `--device <path to device>` | For passing through USB devices. |
150+
| `--device path to device` | For passing through USB devices. |
151151

152152
## Environment variables from files (Docker secrets)
153153

0 commit comments

Comments
 (0)