From df3901748cd7c078442e70fa705dd8b4a8dd6643 Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Tue, 10 Feb 2015 17:55:11 +0000 Subject: [PATCH] Points to pierreozoux repo --- dockerfiles/load-balancer/haproxy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/load-balancer/haproxy/README.md b/dockerfiles/load-balancer/haproxy/README.md index 1c9542d..e839cc6 100644 --- a/dockerfiles/load-balancer/haproxy/README.md +++ b/dockerfiles/load-balancer/haproxy/README.md @@ -11,7 +11,7 @@ docker run\ -v /haproxy-config:/etc/haproxy\ -p 80:80\ -p 443:443\ - indiehosters/haproxy + pierreozoux/haproxy ``` -Have a look to [indiehosters/confd](https://registry.hub.docker.com/u/indiehosters/confd/) to have automatic configuration of HAproxy backed by `etcd` or `consul`. +Have a look to [pierreozoux/confd](https://registry.hub.docker.com/u/pierreozoux/confd/) to have automatic configuration of HAproxy backed by `etcd` or `consul`. -- GitLab