ddev config global
Change global configuration
Options
Name | Description |
---|---|
--auto-restart-containers | If true, automatically restart containers after a reboot or docker restart |
--disable-http2 | Optionally disable http2 in ddev-router, 'ddev global --disable-http2' or `ddev global --disable-http2=false' |
--fail-on-hook-fail | If true, 'ddev start' will fail when a hook fails |
--instrumentation-opt-in | Instrumentation-opt-in=true |
--internet-detection-timeout-ms <internet-detection-timeout-ms> | Increase timeout when checking internet timeout, in milliseconds |
--letsencrypt-email <letsencrypt-email> | Email associated with Let's Encrypt, `ddev global --letsencrypt-email=me@example.com' |
--mutagen-enabled | If true, web container will use mutagen caching/asynchronous updates |
--nfs-mount-enabled | Enable NFS mounting on all projects globally |
--no-bind-mounts | If true, don't use bind-mounts - useful for environments like remote docker where bind-mounts are impossible |
--omit-containers <omit-containers> | For example, --omit-containers=dba,ddev-ssh-agent |
--required-docker-compose-version <required-docker-compose-version> | Override default docker-compose version |
--router-bind-all-interfaces | Router-bind-all-interfaces=true |
--simple-formatting | If true, use simple formatting and no color for tables |
--table-style <table-style> | Table style for list and describe, see ~/.ddev/global_config.yaml for values |
--use-docker-compose-from-path | If true, use docker-compose from path instead of private ~/.ddev/bin/docker-compose |
--use-hardened-images | If true, use more secure 'hardened' images for an actual internet deployment |
--use-letsencrypt | Enables experimental Let's Encrypt integration, 'ddev global --use-letsencrypt' or `ddev global --use-letsencrypt=false' |
--web-environment <web-environment> | Set the environment variables in the web container: --web-environment="TYPO3_CONTEXT=Development,SOMEENV=someval" |
--web-environment-add <web-environment-add> | Append environment variables to the web container: --web-environment="TYPO3_CONTEXT=Development,SOMEENV=someval" |