Skip to content

Commit

Permalink
Update task-definition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Sacristán Ibáñez committed May 15, 2021
1 parent 2f48997 commit 69ea2de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"entryPoint": null,
"portMappings": [
{
"hostPort": 80,
"hostPort": 0,
"protocol": "tcp",
"containerPort": 80
"containerPort": 5000
}
],
"command": null,
Expand All @@ -29,7 +29,7 @@
"memoryReservation": null,
"volumesFrom": [],
"stopTimeout": null,
"image": "294011904048.dkr.ecr.us-east-2.amazonaws.com/playbrush",
"image": "294011904048.dkr.ecr.us-east-2.amazonaws.com/playbrush:b7c26bd229a77bcf123620727e9d4e2761150e64",
"startTimeout": null,
"firelensConfiguration": null,
"dependsOn": null,
Expand All @@ -55,7 +55,7 @@
"compatibilities": [
"EC2"
],
"taskDefinitionArn": "arn:aws:ecs:us-east-2:294011904048:task-definition/DeploymentContainer:1",
"taskDefinitionArn": "arn:aws:ecs:us-east-2:294011904048:task-definition/DeploymentContainer:4",
"family": "DeploymentContainer",
"requiresAttributes": [
{
Expand All @@ -71,7 +71,7 @@
],
"networkMode": null,
"cpu": "1024",
"revision": 1,
"revision": 4,
"status": "ACTIVE",
"inferenceAccelerators": null,
"proxyConfiguration": null,
Expand Down

0 comments on commit 69ea2de

Please sign in to comment.