From 5cff9202a0a34bee8419c74a561823ebb08b82fd Mon Sep 17 00:00:00 2001
From: Michel Memeteau <mm@ekimia.fr>
Date: Wed, 25 Mar 2020 17:50:03 +0100
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f95066f..e74c608 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ Each time you add a container with the environment variable `VIRTUAL_HOST` it wi
 cd /system/
 git clone https://lab.libreho.st/libre.sh/compose/haproxy
 cd haproxy
-docker-compose up -d
+libre enable
+libre start
 ```
 
 In these commands, we just created one network (lb_web) to isolate HAProxy with the web servers, and then, we started the containers of HAProxy and companions.
-- 
GitLab