Gitlab docker cannot access nfs

Hi everyone,

I am new to Docker and the forum! I was trying to run Gitlab in a Docker container in a VM which has a nsf. I want to save the gitlab data on the nsf in order to keep in outside the VM. However the gitlab doesn’t work and complains that the system is read only.
I read some things on the forum about mouting nsf however I wasn’t sure on how to use it in my case?

Thx!

Hi

I was watching this video https://www.youtube.com/watch?v=57qIiunuhaQ&t=141s and at 8:22 it is explained some interesting mounting setup for allowing all the git users to access nfs. Moreover at the end of the video that mounted volume permission has to be setup for git user minute 16:44.
Maybe this can help

Cheers