I just migrated my node-red system to Docker and I found no way to specify the path for the shared-state directory. It seems that node-red-contrib-state uses the homedir of the user running node-red, but the Docker image defines /data for the volume that is persistent across rebuild and upgrades, while the home directory is recreated from scratch every time.
Is it possible to specify to store shared-state under /data or another arbitrary path?.
I just migrated my node-red system to Docker and I found no way to specify the path for the shared-state directory. It seems that node-red-contrib-state uses the homedir of the user running node-red, but the Docker image defines /data for the volume that is persistent across rebuild and upgrades, while the home directory is recreated from scratch every time.
Is it possible to specify to store shared-state under /data or another arbitrary path?.