Luuk Verhoeven

Results 11 comments of Luuk Verhoeven

Does anyone have an idea about this problem and how I can solve it? Thanks

Thanks for the tip @scara! It doesn't work directly out of the box. I needed to start the NFS service, allow access to directories and allow docker to mount it....

@odeialba Did you give the `docker-bg-sync` container sometime to sync? All files will be synced to this container and this takes a moment. Also, your docker need access to the...

@odeialba Strange, I tested your branch, and it also works here. ```bash export MOODLE_DOCKER_WWWROOT=/Users/luukverhoeven/OPENSOURCE/moodle cd /Users/luukverhoeven/OPENSOURCE/moodle_docker_clone bin/moodle-docker-compose up -d ``` ![image](https://user-images.githubusercontent.com/995760/135981950-aab17202-d3ce-44e3-81a9-8dcdf3d8b4e9.png) ![image](https://user-images.githubusercontent.com/995760/135981862-dc6854a4-53bc-4d19-9add-83d4a2af3890.png)

That works, but it takes time (+/- 1 minute): ![image](https://user-images.githubusercontent.com/995760/135985647-4d04afac-beaf-4c58-9e60-211ffa1a2d9e.png) ![image](https://user-images.githubusercontent.com/995760/135985782-43141636-849d-4685-bc7a-b9d63d203aaa.png)

@odeialba Which directory did you mount on `MOODLE_DOCKER_WWWROOT`? I see your `/source` folder contains `adminer` , `lms`, `wp` ?

Can you check if the following config helps? *volumes-sync.yml* ```yaml version: "2" services: webserver: volumes: - /var/www/html bg-sync: image: kitertjuh/docker-bg-sync volumes: - "${MOODLE_DOCKER_WWWROOT}:/source" volumes_from: - webserver environment: - SYNC_DESTINATION=/var/www/html -...

Maybe it's caused by the 3 directory structure and many files. Did you try only mounting `Moodle`?

Can you give me more information about your system, docker version / config , directory location etc. Then I can try to replicate your issue.

@odeialba Thanks for the information. I will investigate this soon on a new VM with macOS Big Sur.