File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 88 "dockerLabels" : null ,
99 "dockerSecurityOptions" : null ,
1010 "entryPoint" : null ,
11- "environment" : null ,
11+ "environment" : [] ,
1212 "essential" : true ,
1313 "extraHosts" : null ,
1414 "healthCheck" : null ,
1818 "links" : null ,
1919 "linuxParameters" : null ,
2020 "logConfiguration" : null ,
21+ "firelensConfiguration" : null ,
2122 "memory" : 512 ,
2223 "memoryReservation" : null ,
23- "mountPoints" : null ,
24+ "mountPoints" : [] ,
2425 "name" : " mongodb" ,
2526 "portMappings" : [
2627 {
3738 "systemControls" : null ,
3839 "ulimits" : null ,
3940 "user" : null ,
40- "volumesFrom" : null ,
41+ "volumesFrom" : [] ,
4142 "workingDirectory" : null
4243 },
4344 {
4950 "dockerLabels" : null ,
5051 "dockerSecurityOptions" : null ,
5152 "entryPoint" : null ,
52- "environment" : null ,
53+ "environment" : [] ,
5354 "essential" : true ,
5455 "extraHosts" : null ,
5556 "healthCheck" : null ,
6566 "awslogs-region" : " us-east-1"
6667 }
6768 },
69+ "firelensConfiguration" : null ,
6870 "memory" : 512 ,
6971 "memoryReservation" : null ,
70- "mountPoints" : null ,
72+ "mountPoints" : [] ,
7173 "name" : " redis" ,
7274 "portMappings" : [
7375 {
8486 "systemControls" : null ,
8587 "ulimits" : null ,
8688 "user" : null ,
87- "volumesFrom" : null ,
89+ "volumesFrom" : [] ,
8890 "workingDirectory" : null
8991 }
9092]
Original file line number Diff line number Diff line change 6868 "awslogs-region" : " us-east-1"
6969 }
7070 },
71+ "firelensConfiguration" : null ,
7172 "memory" : 512 ,
7273 "memoryReservation" : 512 ,
7374 "mountPoints" : [
100101 }
101102 ],
102103 "user" : " root" ,
103- "volumesFrom" : null ,
104+ "volumesFrom" : [] ,
104105 "workingDirectory" : " ~/project"
105106 }
106107]
You can’t perform that action at this time.
0 commit comments