Open gitcommitshow opened 3 months ago
As of now, we don't have persistent volume for docker which means that on every pod restart our data will be lost.
To fix this, define a persistent docker volume for this data and make sure that the code is writing content to the correct path.
As of now, we don't have persistent volume for docker which means that on every pod restart our data will be lost.
To fix this, define a persistent docker volume for this data and make sure that the code is writing content to the correct path.