Skip to content

Commit

Permalink
Merge branch 'develop' into issue-406
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee authored Dec 5, 2018
2 parents 6315336 + d29f7ad commit 9def66b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion templates/assets/cloudformation/service-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ Parameters:
- host
- bridge
Description: Network mode for tasks
PrivilegedMode:
Type: String
Default: false
AllowedValues:
- true
- false
Description: Container privileged mode
Links:
Description: Links to other docker containers
Type: CommaDelimitedList
Expand Down Expand Up @@ -238,7 +245,6 @@ Conditions:
- "Fn::Equals":
- !Ref TaskCpu
- ''

IsAssignPublicIpEnabled:
"Fn::Equals":
- !Ref AssignPublicIp
Expand Down Expand Up @@ -379,6 +385,7 @@ Resources:
awslogs-group: !Ref AWS::StackName
awslogs-region: !Ref AWS::Region
awslogs-stream-prefix: container
Privileged: !Ref PrivilegedMode
PortMappings:
- HostPort:
Fn::If:
Expand Down

0 comments on commit 9def66b

Please sign in to comment.