Workflow update

main
technorabilia 2 years ago
parent cd13afb7f5
commit fe5b49a06a

@ -30,5 +30,5 @@ services:
- 1443:1443
devices:
# For passing through USB devices.
- <path to device>:<path to device>
- path to device:path to device
restart: unless-stopped

@ -14,6 +14,6 @@ docker run -d \
-p 6144:6144 `# Domoticz communication port.` \
-p 1443:1443 `# Domoticz communication port.` \
-v ${BASEDIR:-/volume1/docker}/domoticz/config:/config `# Where Domoticz stores config files and data.` \
--device <path to device>:<path to device> `# For passing through USB devices.` \
--device path to device:path to device `# For passing through USB devices.` \
--restart unless-stopped \
ghcr.io/linuxserver/domoticz

Loading…
Cancel
Save