Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix network issues when running composer in ddev #145

Merged
merged 2 commits into from
Apr 16, 2022
Merged

Conversation

shaal
Copy link
Owner

@shaal shaal commented Apr 16, 2022

Temporary fix for network issues when running composer inside ddev container (in Gitpod)

Summary -
Since Gitpod removed slirp4netns as part of performance improvements,
MTU value should be aligned to the one in gitpod.io

Gitpod fixed it for docker - gitpod-io/gitpod#9356
and for docker-compose - gitpod-samples/template-docker-compose#4

ddev doesn't use Gitpod's custom docker-compose binary. Instead, ddev uses
its own docker-compose binary at /home/gitpod/.ddev/bin/docker-compose
ddev issue [WIP] - ddev/ddev#3766

Align the MTU value to the one that is set in Gitpod (1440)

@shaal shaal merged commit 25e0076 into main Apr 16, 2022
@shaal shaal deleted the gitpod-ddev-mtu-fix branch April 16, 2022 23:47
greggmarshall added a commit to greggmarshall/Labdoo-3.0 that referenced this pull request Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant