Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Created November 21, 2024 10:32
Show Gist options
  • Save steffen-wirth/d8c16f9f6d54f86168d90db6fdb0c11a to your computer and use it in GitHub Desktop.
Save steffen-wirth/d8c16f9f6d54f86168d90db6fdb0c11a to your computer and use it in GitHub Desktop.
ddev config --project-type=php --docroot=htdocs --create-docroot --web-working-dir=/var/www/html/ \
--database=mysql:8.0 --php-version=8.2 --nodejs-version=20 --webserver-type=apache-fpm \
--web-environment-add="DATABASE_URL=mysql://db:db@db:3306/db,MAILER_DSN=smtp://localhost:1025?encryption=&auth_mode=,APP_URL=\${DDEV_PRIMARY_URL},APP_DEBUG=1,APP_ENV=dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment