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:
99
99
- 6144:6144
100
100
- 1443:1443
101
101
devices :
102
- - < path to device>:< path to device>
102
+ - path to device: path to device
103
103
restart : unless-stopped
104
104
` ` `
105
105
@@ -116,7 +116,7 @@ docker run -d \
116
116
-p 6144:6144 \
117
117
-p 1443:1443 \
118
118
-v <path to data>:/config \
119
- --device < path to device>:< path to device> \
119
+ --device path to device: path to device \
120
120
--restart unless-stopped \
121
121
lscr.io/linuxserver/domoticz
122
122
```
@@ -147,7 +147,7 @@ Container images are configured using parameters passed at runtime (such as thos
147
147
| ` -e TZ=Europe/London ` | Specify a timezone to use EG Europe/London. |
148
148
| ` -e WEBROOT=domoticz ` | Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying. |
149
149
| ` -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. |
151
151
152
152
## Environment variables from files (Docker secrets)
153
153
You can’t perform that action at this time.
0 commit comments