Skip to content

Commit

Permalink
Update task-definition-template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Mar 3, 2021
1 parent 0df5ab9 commit 8b09102
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deploy/task-definition-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"containerPort": 80
}
],
"cpu": 0,
"environment": [
{
"name": "VIRTUAL_HOST",
Expand All @@ -32,7 +31,7 @@
}
],
"mountPoints": [],
"memory": 128,
"memoryReservation": 128,
"volumesFrom": [],
"image": "${IMAGE_URL}",
"essential": true,
Expand All @@ -47,4 +46,4 @@
}
}
]
}
}

0 comments on commit 8b09102

Please sign in to comment.