Created
November 21, 2024 10:32
-
-
Save steffen-wirth/d8c16f9f6d54f86168d90db6fdb0c11a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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