Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Update adop-outer-proxy 0.2.1 to fix Amazon ELB in Swarm #145

Merged
merged 1 commit into from
Oct 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion provision/aws/swarm/CF-ADOP-Cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@
"systemctl daemon-reload && systemctl restart docker\n",
"docker run --restart=\"always\" -p 80:80 -d -e TARGET=",
{ "Fn::GetAtt": [ "ProxyPrivateElasticLoadBalancer", "DNSName" ] },
" --name=outer-proxy-nginx -d accenture/adop-outer-proxy:0.2.0 \n"
" --name=outer-proxy-nginx -d accenture/adop-outer-proxy:0.2.1 \n"
]
]
}
Expand Down