[SOLVED] How to create volume? and connect to my container?
Hi everyone,
I'm still confused about how to use volumes in dokploy.
in this case, I have a nestjs application. I have 1 endpoint to upload images. if on my local computer, the uploaded image goes to public/
if my application in dokploy has a problem and i want to redeploy it, the uploaded image will not be lost.
that's why I need to create a volume, how do I create a volume in dokploy? and how do I connect my container to that volume?
I'm still confused about how to use volumes in dokploy.
in this case, I have a nestjs application. I have 1 endpoint to upload images. if on my local computer, the uploaded image goes to public/
if my application in dokploy has a problem and i want to redeploy it, the uploaded image will not be lost.
that's why I need to create a volume, how do I create a volume in dokploy? and how do I connect my container to that volume?