node-red / node-red-docker

Repository for all things Node-RED and Docker related
Apache License 2.0
469 stars 382 forks source link

Fix passing cli args to Node-RED #349

Closed dschmidt closed 1 year ago

dschmidt commented 1 year ago

The new entrypoint introduced in https://github.com/node-red/node-red-docker/pull/324 does not forward arguments to Node-RED. (which is a breaking change from 3.0.0)

With this change the old behavior is restored and one can override settings via the docker command again.

Proposed changes

Checklist

dschmidt commented 1 year ago

Sure, it broke our docker-compose setup 😁