About 50 results
Open links in new tab
  1. ddev start - "Building project images" takes forever, how can I see ...

    Mar 18, 2025 · I have a project, which is using ddev for a local development environment, to run a headless website. Running ddev start takes about 2 hours on my machine, but not for my …

  2. Docker error when installing DDEV on WSL2 "Could not connect to a ...

    Feb 18, 2025 · If you're going to use DDEV on traditional Windows (as you show here) you need to use Docker Desktop. The DDEV in WSL2 instructions show you how to use DDEV in WSL2.

  3. DDEV Project starts up site with http instead of https

    Dec 2, 2020 · So ddev poweroff and mkcert -install and ddev start and you should see trusted https URLs. If that doesn't do it, try completely removing the mkcert CA with ddev poweroff && mkcert …

  4. Access DDEV project from other hosts - Stack Overflow

    Feb 23, 2024 · I want to access the ddev web container from another host. How can I achieve this? For example: ddev is running on host A, I want to access the web page from host B.

  5. DDEV: How can I add the pgvector extension to the postgres container?

    Jan 19, 2024 · The main problem was, that I had to install the build-essential package. Added dbimage_extra_packages: [build-essential] in the config.yaml. And on the image you can see my …

  6. docker - DDEV fails to start after update (Failed waiting for web/db ...

    Aug 20, 2024 · After updating DDEV from 1.21.x to 1.23.4, I cannot start my local environment anymore. After launching ddev start, I get all the containers starting and I see the following in my console: Starting

  7. How to use "ddev import-db" and specify the path/file to import

    Oct 18, 2023 · You don't have to know anything about docker to use ddev import-db, and there are many examples if you use ddev import-db -h. ddev import-db runs on your workstation, not inside the …

  8. WSL2 with Docker Desktop: ddev.exe not found in $PATH, please install ...

    Jun 16, 2023 · The key thing there is /mnt/c/Program Files/DDEV - that element in the PATH lets you find ddev.exe from WSL2. You can add it manually to your .profile or .bash_profile or whatever, but it …

  9. DDEV install - your installed WSL2 distro does not seem to be Ubuntu

    Aug 22, 2023 · I'm trying to install DDEV, along with Docker Desktop, on Windows 11 using the instructions provided on this web page. I have verified that I have an Ubuntu distro set as default: PS …

  10. Install a specific node version with ddev and keep in container

    May 20, 2020 · What is the recommended way to do the follwing: install a specific version of node in a ddev container so it persists (after ddev stop/start) and every user that downloads and builds the …