Skip to content

Instantly share code, notes, and snippets.

@eMahtab
Created November 19, 2018 14:56
Show Gist options
  • Save eMahtab/9807d79f54ea483676fb090920218606 to your computer and use it in GitHub Desktop.
Save eMahtab/9807d79f54ea483676fb090920218606 to your computer and use it in GitHub Desktop.
Elastic Beanstalk Single Container
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "mahtab/heyyo:v1",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "80"
}
],
"Logging": "/var/log/nginx"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment