478 questions
0
votes
1
answer
64
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&...
1
vote
1
answer
177
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 ...
0
votes
1
answer
121
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 ...
1
vote
1
answer
172
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 ...
0
votes
2
answers
92
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 ...
2
votes
1
answer
261
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/...
0
votes
1
answer
70
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 ...
-2
votes
1
answer
96
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 ...
1
vote
1
answer
584
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 ...
0
votes
1
answer
462
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 ...
0
votes
1
answer
175
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 ...
-2
votes
1
answer
228
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 ...
0
votes
1
answer
548
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 ...
0
votes
0
answers
14
views
How to enable KStemFilterFactory for text_en using ddev-solr?
I'm trying to enable the KStemFilterFactory for the text_en field type in Solr using the ddev-solr setup. I followed the documentation provided in the ddev-solr README, which states:
Simply copy a ...
0
votes
2
answers
178
views
Is is possible to have 'ddev launch' open both the local site URL (as it does by default) and a second URL?
I'd like 2 tabs to open when I ddev launch:
https://example.ddev.site
https://example.ddev.site/admin
Is there any way to configure this?