From 7268e879b926f22077c15c416f3a28a0fe640dd4 Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Sun, 20 Nov 2016 16:18:46 +0000
Subject: [PATCH] Move to VIRTUAL_HOST

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

diff --git a/README.md b/README.md
index 808824b..a49babc 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ docker-compose up -d
 And profit!
 
 ```
-docker run -e HOST=example.org nginx
+docker run -e VIRTUAL_HOST=example.org nginx
 ```
 
 ## Contributing
-- 
GitLab