nginx research results, no way this works

This commit is contained in:
2023-01-28 21:49:59 -06:00
parent 87833551a6
commit 4afbbb2887
5 changed files with 59 additions and 8 deletions

18
ecs-task.json Normal file
View File

@@ -0,0 +1,18 @@
{
"containerDefinitions": [
{
"name": "app",
"image": "asimonson1125/asimonson1125.github.io",
"essential": true,
"memory": 500,
"cpu": 10,
"portMappings": [
{
"containerPort": 80,
"hostPort": 80
}
]
}
],
"family": "Portfolio"
}