Hi,
I am using docker on a webserver and I want it to maintain the same volume and not create a new one each time I upload a new image and deploy that. How can I do this please?
Jay
Hi,
I am using docker on a webserver and I want it to maintain the same volume and not create a new one each time I upload a new image and deploy that. How can I do this please?
Jay
hi! Not sure I understood you question.
Can you elaborate or give some examples?
Thanks!
Sorry. So when i am using weaviate verba on my local pc, deploying via docker, it works as expected creating one volume. When i make front end changes and deploy a new build it continues to use the same volume and my data is maintained. When i then deploy it to docker on a webserver, everytime i update the build it creates a new volume and a does not continue to use the same volume. So i lose my data.