I am using docker on Ubuntu 18.04 having Drupal 8 and MySQL images. Also using Nginx as a web server (not an image in docker). Now during the installation of Drupal 8 on port 8080, it's not connecting to MySQL server. I am getting the error as: Error by drupal
I am entering the correct database username and password. But I am not sure about the advanced settings.
I have tried the host as my-ip:8080, 127.0.0.1:8080 but it didn't work.