Every time on Deploy I get "Not properly configured" message for the node which is working just fine.
I'm using this node to restart my mosquitto container:
[{"id":"e5c962cd3ec8f581","type":"docker-container-actions","z":"ea6ed994.f39728","name":"MQTT","config":"c0b27d850da8e8ba","container":"mosquitto","containertype":"str","action":"restart","options":"","optionstype":"str","image":"","imagetype":"str","pullimage":false,"deletecontainer":false,"stream":false,"createOptions":"","startOptions":"","createOptionsType":"json","startOptionsType":"json","x":1190,"y":80,"wires":[[]]},{"id":"c0b27d850da8e8ba","type":"docker-configuration","host":"/var/run/docker.sock","port":"","ca":"","cert":"","key":""}]
It shows problems with createOptions and startOptions

which I don't need, I'm just restarting it (and it indeed restarts)
Really annoying every time I make a deploy :)
Thanks
Every time on Deploy I get "Not properly configured" message for the node which is working just fine.
I'm using this node to restart my mosquitto container:
[{"id":"e5c962cd3ec8f581","type":"docker-container-actions","z":"ea6ed994.f39728","name":"MQTT","config":"c0b27d850da8e8ba","container":"mosquitto","containertype":"str","action":"restart","options":"","optionstype":"str","image":"","imagetype":"str","pullimage":false,"deletecontainer":false,"stream":false,"createOptions":"","startOptions":"","createOptionsType":"json","startOptionsType":"json","x":1190,"y":80,"wires":[[]]},{"id":"c0b27d850da8e8ba","type":"docker-configuration","host":"/var/run/docker.sock","port":"","ca":"","cert":"","key":""}]It shows problems with createOptions and startOptions

which I don't need, I'm just restarting it (and it indeed restarts)
Really annoying every time I make a deploy :)
Thanks