File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
templates/assets/cloudformation Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,13 @@ Parameters:
137
137
- host
138
138
- bridge
139
139
Description : Network mode for tasks
140
+ PrivilegedMode :
141
+ Type : String
142
+ Default : false
143
+ AllowedValues :
144
+ - true
145
+ - false
146
+ Description : Container privileged mode
140
147
Links :
141
148
Description : Links to other docker containers
142
149
Type : CommaDelimitedList
@@ -238,7 +245,6 @@ Conditions:
238
245
- " Fn::Equals " :
239
246
- !Ref TaskCpu
240
247
- ' '
241
-
242
248
IsAssignPublicIpEnabled :
243
249
" Fn::Equals " :
244
250
- !Ref AssignPublicIp
@@ -379,6 +385,7 @@ Resources:
379
385
awslogs-group : !Ref AWS::StackName
380
386
awslogs-region : !Ref AWS::Region
381
387
awslogs-stream-prefix : container
388
+ Privileged : !Ref PrivilegedMode
382
389
PortMappings :
383
390
- HostPort :
384
391
Fn::If :
You can’t perform that action at this time.
0 commit comments