From cf2d7497e4d199c99dc2fb0c7af87e1016ddc5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 20 Aug 2018 12:34:05 -0300 Subject: [PATCH] Mention docker-compose as a requirement in the let's encrypt guide --- docs/user-guide/docker-and-lets-encrypt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/docker-and-lets-encrypt.md b/docs/user-guide/docker-and-lets-encrypt.md index 8fd443037..22eef0a10 100644 --- a/docs/user-guide/docker-and-lets-encrypt.md +++ b/docs/user-guide/docker-and-lets-encrypt.md @@ -8,7 +8,7 @@ In addition, we want to use Let's Encrypt to automatically generate and renew SS ## Setting Up -In order for this to work, you'll need a server with a public IP address, with Docker installed on it. +In order for this to work, you'll need a server with a public IP address, with Docker and docker-compose installed on it. In this example, we're using the fictitious domain _my-awesome-app.org_.