python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
DDEV/docker-compose: Bind-mount a path with an absolute path
I'm trying to define a volume in ddev like this:
Filename: docker-compose.salesforce.yaml
Contents:
version: '3.6'
services:
web:
volumes:
- /Users/dmgig/JWT:/home/dmgig/JWT:rw
But as you...
dmgig
Votes: 0
Answers: 1
Corporate network: `ddev composer create` results in "ssl certificate error"
I'm running ddev under wsl2. I'm behind the zscaler proxy. I was able to copy the zscaler cert to ubuntu "/usr/local/share/ca-certificates" and ran "sudo update-ca-certificates"....
kevin
Votes: 0
Answers: 2
`ddev magento` results in `permission denied: unknown`
After running ddev start I cannot run magento commands from outside of the container.
% ddev magento
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: ex...
Julime
Votes: 0
Answers: 1
WSL2: ddev sites won't load in a web browser on the Windows side
I setup ddev, ubuntu 18.04 and wsl2 on windows 10 following the https://ddev.readthedocs.io/en/stable/ guide
and video https://www.youtube.com/watch?v=ZMfHaUkhfc0
Ubuntu 20.04 https://www.microsoft.co...
hobbsie
Votes: 0
Answers: 1