Start your All-Access Pass to unlock this challenge
How do you set up the environment variables exposed by your Docker services when using Symfony binary?
By updating the .env file with the port value exposed by Docker
.env
By spinning up the Symfony web server and letting it detect the environment variables coming from Docker
Symfony does not support Docker