From 799928f8e266a6f364b52d5dd97883a5bb8539bf Mon Sep 17 00:00:00 2001 From: Michel Memeteau Date: Sat, 18 Jan 2020 00:41:07 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f084dbd..f95066f 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,12 @@ Each time you add a container with the environment variable `VIRTUAL_HOST` it wi - docker - docker-compose -## Get started +## Get started ( for libre.sh ) ``` # docker network create lb_web (already done when you install libre.sh ) -git clone https://github.com/indiehosters/haproxy.git +cd /system/ +git clone https://lab.libreho.st/libre.sh/compose/haproxy cd haproxy docker-compose up -d ``` -- GitLab