diff --git a/docs/content/config/troubleshooting/debugging.md b/docs/content/config/troubleshooting/debugging.md index 2db116e6..af057040 100644 --- a/docs/content/config/troubleshooting/debugging.md +++ b/docs/content/config/troubleshooting/debugging.md @@ -20,6 +20,7 @@ neither in the dovecot logs 1. During setup, if you get errors trying to edit files inside of the container, you likely need to install vi: - `sudo su` - - `docker exec -it apt-get install -y vim` +``` bash +sudo su +docker exec -it apt-get install -y vim +```