File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 14
14
"awslogs-stream-prefix" : " ecs"
15
15
}
16
16
},
17
- "entryPoint" : [
18
- " sh" ,
19
- " -c"
20
- ],
17
+ "entryPoint" : [],
21
18
"portMappings" : [
22
19
{
23
20
"hostPort" : 80 ,
24
21
"protocol" : " tcp" ,
25
22
"containerPort" : 80
26
23
}
27
24
],
28
- "command" : [
29
- " /bin/sh -c \" echo '<html> <head> <title>Amazon ECS Sample App</title> <style>body {margin-top: 40px; background-color: #333;} </style> </head><body> <div style=color:white;text-align:center> <h1>Amazon ECS Sample App</h1> <h2>Congratulations!</h2> <p>Your application is now running on a container in Amazon ECS.</p> </div></body></html>' > /usr/local/apache2/htdocs/index.html && httpd-foreground\" "
30
- ],
25
+ "command" : [],
31
26
"linuxParameters" : null ,
32
27
"cpu" : 256 ,
33
28
"environment" : [],
69
64
" EC2" ,
70
65
" FARGATE"
71
66
],
72
- "taskDefinitionArn" : " arn:aws:ecs:us-east-2:027479467189:task-definition/ms-gin-go-task-def:1 " ,
67
+ "taskDefinitionArn" : " arn:aws:ecs:us-east-2:027479467189:task-definition/ms-gin-go-task-def:3 " ,
73
68
"family" : " ms-gin-go-task-def" ,
74
69
"requiresAttributes" : [
75
70
{
127
122
],
128
123
"networkMode" : " awsvpc" ,
129
124
"cpu" : " 256" ,
130
- "revision" : 1 ,
125
+ "revision" : 3 ,
131
126
"status" : " ACTIVE" ,
132
127
"inferenceAccelerators" : null ,
133
128
"proxyConfiguration" : null ,
You can’t perform that action at this time.
0 commit comments