Open AlbertoNessi opened 3 months ago
Commenting this block fixes the issue on my side: https://github.com/dunglas/symfony-docker/blob/main/frankenphp/docker-entrypoint.sh#L33-L37
It looks like Doctrine returns a 255 status code when failing to connect to MySQL. It's not the case for Postgres. Maybe should we tweak or comment this check?
Hi everyone!
I'm on a Macbook Air M2 2022 and i'm trying to create the database with MySQL instead of PostgreSQL, but when i run:
I get:
And sometimes this:
If i run:
i get:
These are my edits from PostgreSQL, I followed the guide of this project obviously: Using MySQL
Dockerfile
i added this line:In
compose.override.yaml
:and the
.env
file:What can i do to fix this? I seem to be configuring everything correctly.
Thanks in advance!