Hello,
I have been trying to get an install using Docker to work but unsuccessfully. I go through the below directions:
php composer.phar install
yarn install
docker-compose build
docker-compose up
For composer, however, I downloaded the latest version of composer 1. When I complete this process and view phpvms.test I can get all the way to the database setup. Despite the docker info saying the username and password is phpvms I get an error from the install saying that “Failed! SQLSTATE[HY000] [2002] Connection refused.” The mySQL container gives the an error saying, “2020-12-30T03:55:33.375745Z 167 [Note] Access denied for user ‘’@‘phpvms_app_1.phpvms_default’ (using password: NO).” If I ignore the error and just hit Setup Database the pages just refreshes. Any ideas of what I am doing wrong here?
Thank you so much