Laravel Docker Container Cannot connect to remote AWS RDS Database – Nginx
I'm working with a containerized Laravel app that is supposed to be connecting to a remote rds database, here is a sample .env DB_HOST=xxxxxx.rds.amazonaws.com DB_DATABASE=sample DB_USERNAME=sample DB_PASSWORD=sample DB_PORT=3306 DATABASE_DRIVER=mysql The container works as it should but the problem is, it…