From a95250e74f415d9216d93fed55fef4a0b56223e8 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Mon, 1 Jan 2018 10:30:39 -0700 Subject: [PATCH] Updated Debugging (markdown) --- docs/content/config/troubleshooting/debugging.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/content/config/troubleshooting/debugging.md b/docs/content/config/troubleshooting/debugging.md index f703dd6c..f80a5f3e 100644 --- a/docs/content/config/troubleshooting/debugging.md +++ b/docs/content/config/troubleshooting/debugging.md @@ -16,8 +16,10 @@ neither in the dovecot logs 3. Make sure you set your hostname to 'mail' or whatever you specified in your docker-compose.yml file or else your FQDN will be wrong -4. During setup, if you get errors trying to edit files inside of the container, you likely need to install vi: +##Installation Errors -`sudo su` +1. During setup, if you get errors trying to edit files inside of the container, you likely need to install vi: -`docker exec -it mail apt-get install -y vim` + `sudo su` + + `docker exec -it mail apt-get install -y vim`