* `haproxy` is the "official" Docker-Image for HAProxy
** It is maintained by the Docker-Team
** Bugfixes are not included as fast as with `haproxytech/haproxy-debian`
** It does not include all features, that are supported by the image,
   that is maintained by HAProxy Technoligies Inc. directly
* `haproxytech/haproxy-debian` is maintained by HAProxy Technoligies Inc.
** It is maintained regularily
** It includes more features - in particular, the *Data Plane API*
       - 27017:27017
 
   haproxy:
-    image: haproxy:2.7
+    image: haproxytech/haproxy-debian:2.8
     volumes:
       - ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
       - ./sharding.map:/usr/local/etc/haproxy/sharding.map:ro