Hello everyone,
I am experiencing an issue with n8n where the Azure Blob Storage credentials are lost every time the Docker container is restarted.
Context:
-
n8n version: 1.94.1 Community Edition
-
Deployment: Docker
-
The workflow remains intact after the restart, but the Blob Storage credentials are removed, meaning I must manually reconfigure them after each restart.
This is causing operational issues, as the workflows stop working until the credentials are configured again.
Question:
Is this a common issue related to credential persistence in Docker environments?
Could this be related to an incorrect volume configuration or the absence of any required environment variables for credential persistence?
Any guidance or recommendations would be greatly appreciated.
Thank you in advance.