diff --git a/dockerfiles/load-balancer/haproxy/README.md b/dockerfiles/load-balancer/haproxy/README.md
index 1c9542d403889aa976e0dfb2158dad2843bfa253..e839cc6f547c843b229162ddaa3e5ca11c109ada 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`.