From 3e8f7382d0af2c958434647ce4187487ba29baad Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 30 Nov 2021 12:53:55 -0500 Subject: [PATCH] Docs: Minor edits to docker setup documentation --- docs/content/setup/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/setup/docker.md b/docs/content/setup/docker.md index 7c5645bb9..5de3c9fb5 100644 --- a/docs/content/setup/docker.md +++ b/docs/content/setup/docker.md @@ -101,7 +101,7 @@ enterprise or other security-sensitive environments, it is recommended that the user provide Infection Monkey with a certificate that has been signed by a private certificate authority. -1. Terminate the docker container it's already running. +1. Terminate the docker container if it's already running. 1. Move your `.crt` and `.key` files to `./monkey_island_data` (directory created for the volume). 1. Make sure that your `.crt` and `.key` files are readable only by you. ```bash @@ -132,7 +132,7 @@ private certificate authority. ### Change logging level -1. Stop the docker container it's already running. +1. Stop the docker container if it's already running. 1. Modify the [server configuration file](../../reference/server_configuration) by adding the following lines: ```json {