You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
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.