This repository was archived by the owner on Jan 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments