Hello, I have an update. I have managed to solve the docker-compose problem "ERROR: Network “tutor_local_default needs to be recreated - option “com.docker.network.driver.mtu” has changed” by docker-compose.override.yml - fixed - Pastebin.com
I have solved the problem by running all containers in a newly defined network with the modified MTU “tutor_local_default_mtu”. However, since the temporal “service” container tasks also run “docker-compose.jobs.yml” (I can’t make an override for it, which “tutor local” loads). So the service containers (mysql-job, lms-job, cms-job, forum-job) connects to the “tutor_local_default” network, I had to still connect the production image to the same network
Changing the network name for the tutor containers solved almost all the problems, except for the commands where tutor runs “docker-compose.jobs.yml”, hence such as “tutor local importdemocourse” - because of MTU he cannot git clone https.
Do you have any idea how to fix it?
I can imagine a solution - for “tutor local” when loading “docker-compose.jobs.yml”, so that the tutor also loads for example “docker-compose.jobs.override.yml”. This would hopefully solve all the MTU problems we have.