mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
nginx research results, no way this works
This commit is contained in:
18
ecs-task.json
Normal file
18
ecs-task.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user