Data lost everytime restart an APP

Viewed 43

Is all the information for the Docker app stored in the following place?
It seems to be wiped every time the app restarts.
How to remain the data during a restart?

eg:
/home/node/.n8n/
image.png

1 Answers

It looks the claw appstore n8n template could setup app on /home/node/.n8n which is associate with persistent volume,
but custom build one only setup on / and it's not associated with any PV.

Use claw appstore n8n template with custom docker image as a temporary way.