Skip to content

Instantly share code, notes, and snippets.

@sam2de
Last active March 5, 2022 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam2de/f6bff579973a862154b0c23e0837a260 to your computer and use it in GitHub Desktop.
Save sam2de/f6bff579973a862154b0c23e0837a260 to your computer and use it in GitHub Desktop.
ddev port conflict
name: q1
type: drupal9
docroot: web
php_version: "7.4"
webserver_type: nginx-fpm
router_http_port: "8080"
router_https_port: "8443"
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
mariadb_version: "10.3"
mysql_version: ""
nfs_mount_enabled: false
mutagen_enabled: false
use_dns_when_possible: true
composer_version: "2"
web_environment: []
ddev config global
Global configuration:
instrumentation-opt-in=true
omit-containers=[]
web-environment=[]
mutagen-enabled=false
nfs-mount-enabled=false
router-bind-all-interfaces=false
internet-detection-timeout-ms=750
disable-http2=false
use-letsencrypt=false
letsencrypt-email=
table-style=default
simple-formatting=false
auto-restart-containers=false
use-hardened-images=false
fail-on-hook-fail=false
required-docker-compose-version=
use-docker-compose-from-path=false
$ddev debug router-nginx-config
Router is not running
$docker inspect ddev-router
[]
Error: No such object: ddev-router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment