We noticed that the BrigthId node docker services occasionally crashed and we added restart: on-failure to each of the service in the docker-compose.yml file locally to automatically restart on failure. Would you add this to the docker-compose.yml in the release package so that if we upgrade, we won't lose our changes made locally right now?
We noticed that the BrigthId node docker services occasionally crashed and we added
restart: on-failureto each of the service in the docker-compose.yml file locally to automatically restart on failure. Would you add this to the docker-compose.yml in the release package so that if we upgrade, we won't lose our changes made locally right now?