Bedrock can't connect to database with docker

Most likely because you’ve already set the env variables DB_USER and DB_NAME.

So either reconfigure your Docker container to use different var names or change the name of the env variables bedrock is looking for and update your .env file accordingly.

P.S. This has nothing to do with Bedrock.

1 Like