I have some node-RED flow that I create via a Docker container, e.g., node-red-instance-1. Now I can copy the respective flows.json and flows_cred.json file from node-red-instance-1's volume mount and I wish to spin up another container e.g., node-red-instance-2 and mount the respective JSON files to the volume of the container.
Will the node-red-instance-2 be able to decrypt the flows_cred.json file and fill out the respective credentials in the flow again?
This is with an assumption that I have not set any particular key value in the settings.js.