diff --git a/dockerfiles/load-balancer/haproxy/README.md b/dockerfiles/load-balancer/haproxy/README.md index e98557c38c5c9d58239851f57793549bbb04fbf0..801db3c2bd7ac0d9867a19b8f10ffc359521b695 100644 --- a/dockerfiles/load-balancer/haproxy/README.md +++ b/dockerfiles/load-balancer/haproxy/README.md @@ -9,7 +9,7 @@ docker run\ -v /haproxy-config:/etc/haproxy\ -p 80:80\ -p 443:443\ - pierreozoux/haproxy + indiepaas/haproxy ``` -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`. +Have a look to [indiepaas/confd](https://registry.hub.docker.com/u/indiepaas/confd/) to have automatic configuration of HAproxy backed by `etcd` or `consul`. diff --git a/scripts/install.sh b/scripts/install.sh index fa50658d5a0586c4f54abc73df446566751549e7..33ed94e996efa55a9c71b2c2270a0dc9b8d544e5 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -19,7 +19,7 @@ docker pull ibuildthecloud/systemd-docker # Create Directory structure mkdir -p /data/domains mkdir -p /data/runtime/haproxy/approved-certs -git clone https://github.com/pierreozoux/IndiePaaS.git /data/indiehosters +git clone https://github.com/indiepaas/IndiePaaS.git /data/indiehosters # Install unit-files cp /data/indiehosters/unit-files/* /etc/systemd/system && systemctl daemon-reload