This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Description
If you have one or more services which looks like :
serviceA:
container_name: serviceA
Then dockercloud/haproxy is not looking up the container name correctly and fail to make that backend usable. I guess it expects some standard format like $project_$service_1.
Workaround is to remove explicit container_name entries from yaml project.
This should be fixed, or mentioned in documentation if not.