Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting_started/install_with_ddev.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ git clone <repository> my-ddev-project && cd my-ddev-project
# Exclude the whole `.ddev/` directory from version control (some DDEV config could have been committed and shared, see notice below)
.ddev/ >> .gitignore
# Configure the DDEV project then start it
ddev config --project-type=php --php-version 8.1 \
ddev config --project-type=php --php-version 8.3 \
--docroot=public \
--web-environment-add DATABASE_URL=mysql://db:db@db:3306/db \
--http-port=8080 --https-port=8443
Expand Down