Wrong env file assignment #11304
Labels
⭐️ EU-FOSSA Hackathon
https://symfony.com/blog/the-symfony-and-api-platform-hackathon-is-coming
hasPR
A Pull Request has already been submitted for this issue.
Milestone
In
setup/symfony_server.rst
in the "Docker integration" paragraph there's a typo:the code should be
DATABASE_URL=${MYSQL_URL}
instead ofMYSQL_URL=${DATABASE_URL}
because you're going to override your local DATABASE_URL value with the autogenerated MYSQL_URL variable provided by the symfony cli tool.
The text was updated successfully, but these errors were encountered: