Skip to content

Instantly share code, notes, and snippets.

@shekodn
Last active May 31, 2019 01:00
Show Gist options
  • Save shekodn/eff5622ed83e7ec6d8407f97fb655364 to your computer and use it in GitHub Desktop.
Save shekodn/eff5622ed83e7ec6d8407f97fb655364 to your computer and use it in GitHub Desktop.
This is the configuration to retrieve the 'latest' tag from Docker Hub
{
"AWSEBDockerrunVersion":"1",
"Image":{
"Name":"docker.io/your-username/trendlit-tutorial-1",
"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