I deployed the Nextcloud All in one docker image and I managed to get it up and running. Could anyone please tell me how do I set an NFS persistent volume so that all the data are stored outside of the container on an NFS share?
Yes, I was reading the first link you sent. I forgot to mentioned that I am using portainer … In Portainer, created an NFS volume and created a new stack where I copied the docker-compose.yml in it. In the stack option, I added an env variable ‘NEXTCLOUD_DATADIR’ but I am not sure what to enter in the value
yes, I can rename it not problem but I don’t know how to add it to the docker command. What does it look like?
I am new to docker and still at early stage of learning. What is the like I need to add the the run command?