From 1962327de10ca5786dca00f0e0007f64e3a5e91d Mon Sep 17 00:00:00 2001 From: Jess Warburton <34153688+jwrbrtn@users.noreply.github.com> Date: Fri, 20 Jul 2018 12:05:31 +1000 Subject: [PATCH] Corrects folder locations in which to run docker-compose commands for caddy (#1721) --- DOCUMENTATION/content/guides/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION/content/guides/index.md b/DOCUMENTATION/content/guides/index.md index 3cf1f38..05c72a7 100644 --- a/DOCUMENTATION/content/guides/index.md +++ b/DOCUMENTATION/content/guides/index.md @@ -197,7 +197,7 @@ This is needed Prior to Creating Let's Encypt ## Run Your Caddy Container without the -d flag and Generate SSL with Let's Encrypt ``` -$root@server:~/laravel/laradock/caddy# docker-compose up caddy +$root@server:~/laravel/laradock# docker-compose up caddy ``` You'll be prompt here to enter your email... you may enter it or not @@ -218,8 +218,8 @@ After it finishes, press `Ctrl` + `C` to exit. ## Stop All Containers and ReRun Caddy and Other Containers on Background ``` -$root@server:~/laravel/laradock/caddy# docker-compose down -$root@server:~/laravel/laradock/caddy# docker-compose up -d mysql caddy +$root@server:~/laravel/laradock# docker-compose down +$root@server:~/laravel/laradock# docker-compose up -d mysql caddy ``` View your Site in the Browser Securely Using HTTPS (https://yourdomain.com)