Why don't you use a public php image?
Issue with Redis password?
Same for me. I tried adding the requirepass
argument as mentioned here, but that didn't…
DB Connection issue
Is the env_file
parameter of all of your services pointed to your env
file? What is the value of DB_CONNECTION
in that env
file?
First run error: KeyGenerateCommand.php line 109 - Failed to open stream: Permission denied
I was getting the same error while having the env
file mounted from outside the container. chmod 777
on it "solved" that, so it looks like the user from within the Docker container has a…