ddev config global

Change global configuration

Options

NameDescription
--auto-restart-containersIf true, automatically restart containers after a reboot or docker restart
--disable-http2Optionally disable http2 in ddev-router, 'ddev global --disable-http2' or `ddev global --disable-http2=false'
--fail-on-hook-failIf true, 'ddev start' will fail when a hook fails
--instrumentation-opt-inInstrumentation-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-enabledIf true, web container will use mutagen caching/asynchronous updates
--nfs-mount-enabledEnable NFS mounting on all projects globally
--no-bind-mountsIf 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-interfacesRouter-bind-all-interfaces=true
--simple-formattingIf 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-pathIf true, use docker-compose from path instead of private ~/.ddev/bin/docker-compose
--use-hardened-imagesIf true, use more secure 'hardened' images for an actual internet deployment
--use-letsencryptEnables 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"