Failed to deploy multi-containers docker to ElasticBeanstalk – Debian
I was trying to deploy multi containers docker into Elastic Beanstalk. But it doesn't work. I tried running on local by using the docker-compose it is working. Below is my Dockerrun.aws.json and docker-compose.yml docker-compose.yml version: '3' services: nginx: image: nginx:alphine…