We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The recommended docker launch for the ozwdaemon is:
docker run -it --security-opt seccomp=unconfined --device=/dev/ttyUSB0 -v $PWD/ozw:/opt/ozw/config -e MQTT_SERVER="10.100.200.102" -e USB_PATH=/dev/ttyUSB0 -p 1983:1983 openzwave/ozwdaemon:latest
It seems strange to not use the -d flag to run ozwdaemon as a... daemon. Is there a reason for that?
The text was updated successfully, but these errors were encountered:
I think the example is used to show the parameters, the -d is a docker parameter not an OZW one.
-d
Sorry, something went wrong.
No branches or pull requests
The recommended docker launch for the ozwdaemon is:
docker run -it
--security-opt seccomp=unconfined
--device=/dev/ttyUSB0
-v $PWD/ozw:/opt/ozw/config
-e MQTT_SERVER="10.100.200.102"
-e USB_PATH=/dev/ttyUSB0
-p 1983:1983
openzwave/ozwdaemon:latest
It seems strange to not use the -d flag to run ozwdaemon as a... daemon. Is there a reason for that?
The text was updated successfully, but these errors were encountered: