From 6d1ef206786bfee72fe3e27699cb3ce326666552 Mon Sep 17 00:00:00 2001 From: Evert Ramos Date: Wed, 24 Jan 2018 10:44:18 -0200 Subject: [PATCH] Update README.md --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index ba1ebc7..4f6a4db 100644 --- a/.github/README.md +++ b/.github/README.md @@ -9,7 +9,7 @@ Something like: ## Why use it? -Using this set up you will be able start a production environment in a few seconds. And to start new web project simply start new containers the option `-e VIRTUAL_HOST=your.domain.com` and will be ready to go, if you want to use SSL (Let's Encrypt) just add the tag `-e LETSENCRYPT_HOST=your.domain.com`. Done! +Using this set up you will be able start a production environment in a few seconds. For each new web project simply start the containers with the option `-e VIRTUAL_HOST=your.domain.com` and you will be ready to go. If you want to use SSL (Let's Encrypt) just add the tag `-e LETSENCRYPT_HOST=your.domain.com`. Done! Easy and trustworthy!