ddev

Expose ddev web port to network


I just updated ddev to 1.10.2 from 1.8.0 and now my environment isn't accessible on our network anymore. I checked the release notes and see it's a security change. However, as we're on a secure network and I want to share my environment with my colleagues I want the old situation back.

The release notes say you can override the settings with a docker-compose.letthemin.yaml. My question is: How?


Solution

  • Edit 2025-02-18:

    This is covered explicitly in the sharing docs

    You can use ddev share of course, but if you want to share on your local network there are a couple of ways to do it there, including ddev config global --router-bind-all-interfaces and other techniques.