Hi,
I have an issue with the worker being re-created on a new container startup - this is fine, except I want the fail mode to default to default to fail open mode. https://docs.crowdsec.net/u/bouncers/cloudflare-workers/#setting-up-the-worker-route-fail-mode
When the worker is re-created, it looses this preference.
Is it possible to set an argument for the docker image to avoid re-creating the worker each time an upgrade is complete?
Thank you!!