479 questions
Score of 1
1 answer
204 views
Can not clone repo from `Forgejo` container inside `Docker desktop` from new project inside `DDEV`
-- I am in the progress of migration from Docker desktop container to DDEV (with Docker CE inside WSL2) for development.
Installation worked fine, DDEV is working, Docker desktop also working (did not ...
Score of 1
1 answer
113 views
ddev saying "ngrok not found in path, please install it" when trying to share my wordpress project
I setup my WordPress local site using ddev without issues but now I want to share it with a friend using ngrok. Even though I have installed ngrok and put it in c:\ngrok and added it to my PATH system ...
Score of -1
1 answer
90 views
Howto install the pecl extension v8js a DDEV container? [closed]
As described in this answer I tried to install the v8js extension into my DDEV container.
This is my .ddev/web-build/Dockerfile.v8js file:
ENV extension=v8js
SHELL ["/bin/bash", "-c&...
Score of 1
1 answer
364 views
DDEV - 404 error on local URL on any project [closed]
I'm getting a 404 on DDEV instances, had to install lando to be able to run my projects for now.
I've ran ddev debug test and posted it here
I have tried going through the troubleshooting and nothing ...
Score of 0
1 answer
210 views
Windows: Using Windows npm install fails when used on a DDEV WSL2 project
I’ve recently set up a WordPress project inside the WSL2 filesystem (/home/john/projects) and am using DDEV to manage my local environment. After starting the DDEV container, I navigate into my theme ...
Score of 1
1 answer
241 views
ddev/Craft CMS/Vite: "Bad Gateway" on web_extra_exposed_ports despite full internal connectivity
DDEV Version: v1.24.7
Docker Provider: Rancher Desktop (and before Colima)
Vite Version: v7.0.5
OS: macOS 15.5
Setup/aim
I am using ddev for running a local Craft CMS installation. Typescript should ...
Score of 0
2 answers
126 views
Running a ddev exec via docker compose file on project start in WSL2
I have a Symfony project running in container via WSL2. There is a messenger worker that I would like to start automatically when starting the project with ddev start. To start the worker manually, I ...
Score of 2
1 answer
383 views
Chromium can't run on in container Apple silicon with puppeteer in a DDEV environment
I have problem to activate Puppeteer in my MacOS environment (M1 processor). I get the following error message:
/usr/local/lib/node_modules/pa11y-ci/node_modules/puppeteer/lib/cjs/puppeteer/node/...
Score of 0
1 answer
76 views
Hooks in separate configuration file
I want to generate on every start of DDEV a fresh setup of my CSS files. Therefor, I want to add a hook to a separate file, that I can only use for my custom setup and no one else in my company is ...
Score of -2
1 answer
128 views
How to deploy local DDEV Drupal site to a Digital Ocean droplet?
Question
How to deploy local DDEV Drupal site to a droplet?
Posted on March 28, 2025
Docker
DigitalOcean Droplets
Drupal
miwynneAsked by Michael
I suspect there are resources on this already, but I’m ...
Score of 2
1 answer
916 views
How to restart a single DDEV service (docker container) without restarting the full DDEV project?
When working with DDEV projects, sometimes one of the services (web, db, or a custom service) gets stuck and we need to restart it. But I can't find a way to restart a specific service only using ddev ...
Score of 1
1 answer
803 views
ddev start - "Building project images" takes forever, how can I see what it's doing?
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 colleagues, and I would like ...
Score of 0
1 answer
218 views
Why do the official Typo3 8.7.16 installation steps for Composer (and DDEV) yield a fatal PHP error?
When following the official installation instructions for Typo3 8.7.16 via DDEV and Composer, the first two of the commands below succeed, but I encounter a fatal PHP error on the third one (ddev ...
Score of -2
1 answer
275 views
Docker-CE (rootless) fails for DDEV, Ubuntu 24.04.2 LTS [closed]
I have been working my way through the CMS guidance to create a DDEV project to create a local Drupal (11) website. I get to the ddev Composer step and this happens:
$ mpw1950@McCullin:~/ve25$ ddev ...
Score of 0
1 answer
644 views
Docker error when installing DDEV on WSL2 "Could not connect to a Docker provider."
I have followed the following guide for installing DDEV using WSL2 with Docker inside: https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/#windows.
In step 2, when running the ...