ddev icon indicating copy to clipboard operation
ddev copied to clipboard

Docker-based local PHP+Node.js web development environments

Results 512 ddev issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently you dont have an option to see which services are installed for a project. **Describe the solution you'd like**...

## Describe the bug if you run `ddev config` in the same directory more than once and change the project name at one point there will be another project entry...

While testing the Postgres integration for DDEV 1.19.0-rc1 from a drupal perspective i ran into the following issue. The current version of Drupal (9.x) as well as all older versions...

**Describe the bug** If you defne new service, you're able to define the URL for this service using VIRTUAL_HOST. However, [current code ](https://github.com/drud/ddev/blob/master/pkg/ddevapp/ddevapp.go#L329 ) is working with an assumption that...

**Describe the bug** On WSL2: The `ddev launch` shell script uses xdg-open by default. But if $DISPLAY is set, it tries to access the browser via X11, which will hang...

**Is your feature request related to a problem? Please describe.** I forget I always need to configure Drupal with Swiftmailer to talk to Mailhog over SMTP. **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** Remote ddev server **Describe the solution you'd like** The ability to run ddev commands for a specific project without having...

Prioritized

**Is your feature request related to a problem? Please describe.** The Visual Studio Code team recently blogged that they are building a "VSCode server component" that means there will be...

**Is your feature request related to a problem? Please describe.** I saw the new INFO section in the `ddev describe` output that shows basic information about the services, e.g. the...

[fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) is barely maintained. We started using it (and it was created) before docker had a golang api. Replace it with docker/client, see https://docs.docker.com/engine/api/sdk/ An immediate win for this would...