Skip to content

Instantly share code, notes, and snippets.

@klein-mask
Created June 18, 2020 02:52
Show Gist options
  • Save klein-mask/972b9714a2a1738eb9a25009d222386e to your computer and use it in GitHub Desktop.
Save klein-mask/972b9714a2a1738eb9a25009d222386e to your computer and use it in GitHub Desktop.
[
{
"name": "nginx",
"image": "nginx:latest",
"cpu": ${nginx.cpu},
"memory": ${nginx.memory},
"essential": true,
"portMappings": [
{
"containerPort": 80,
"hostPort": 80
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment