Doctrine, Symfony 6 & the Database
docker-compose & Exposed Ports
  Unlock this challenge
Login Register

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

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.