From bb2f87c2ba46d0edb8fe6f81bfd8c9a8733c1cf3 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 17 Sep 2023 10:24:53 +0200 Subject: [PATCH] refactor: Switchted from "offical" `haproxy` to `haproxytech/haproxy-debian` * `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* --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index db37f8e0..e4ddbb83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: - 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 -- 2.20.1