Challenge 1 / 1
Postgres databases typically start on port 5432. In this tutorial, we ran this command:
psql --user=symfony --port=50700 --host=127.0.0.1 --password app
Why is our database running on port 50700?
Skip challenges and go to theNext Chapter