diff --git a/lsio/domoticz/docker-compose.yaml b/lsio/domoticz/docker-compose.yaml index 0aec629..3b0def6 100644 --- a/lsio/domoticz/docker-compose.yaml +++ b/lsio/domoticz/docker-compose.yaml @@ -30,5 +30,5 @@ services: - 1443:1443 devices: # For passing through USB devices. - - : + - path to device:path to device restart: unless-stopped diff --git a/lsio/domoticz/docker-run.sh b/lsio/domoticz/docker-run.sh index 41d40aa..da7d3ab 100644 --- a/lsio/domoticz/docker-run.sh +++ b/lsio/domoticz/docker-run.sh @@ -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 : `# For passing through USB devices.` \ + --device path to device:path to device `# For passing through USB devices.` \ --restart unless-stopped \ ghcr.io/linuxserver/domoticz