Skip to content

Instantly share code, notes, and snippets.

@sahava
Created June 2, 2021 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sahava/f3d1baedf7d775dccf52feb57fa64416 to your computer and use it in GitHub Desktop.
Save sahava/f3d1baedf7d775dccf52feb57fa64416 to your computer and use it in GitHub Desktop.
Sampe Dockerrun.aws.json for running a GTM tagging server in AWS Elastic Beanstalk
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "gcr.io/cloud-tagging-10302018/gtm-cloud-image:stable",
"Update": "true"
},
"Ports": [
{
"ContainerPort": 8080
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment