dockerfiles
dockerfiles copied to clipboard
Error while connecting to db
Hello, I have copied the docker-compose.yml file and built the containers. They are up and running and it seems all ok. But when I go to the install.php page and try to configure I have problem with the connection to the db:
BAD Does administrative user have access to the database? ( No such file or directory )
I have inserted the same credentials that was defined into tre docker-compose file and followed step by step the instruction. Whatโs the mistake?
Hi,
You need to grant access from outside for mysql container.
Best