Losing data when restart docker (build with Python)

Hey @phuong,

Welcome to the community :cake:

Can you check in your image which user n8n is running as? It should be running as the node user but looking at your custom image you swap the user to root and don’t change it back at the end, It could be that the issue is because of that.

3 Likes