Skip to content

Instantly share code, notes, and snippets.

@d-tsuji
Created October 6, 2019 05:11
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 d-tsuji/2df47f8cf9cf5a1b41e22e48f424dd8f to your computer and use it in GitHub Desktop.
Save d-tsuji/2df47f8cf9cf5a1b41e22e48f424dd8f to your computer and use it in GitHub Desktop.
[
{
"name": "example",
"image": "nginx:latest",
"essential": true,
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-region": "ap-northeast-1",
"awslogs-stream-prefix": "nginx",
"awslogs-group": "/ecs/example"
}
},
"portMappings": [
{
"protocol": "tcp",
"containerPort": 80
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment