Created
June 2, 2021 06:55
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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