From ac99a8758a48055525ef6bfa285bfe8337d56356 Mon Sep 17 00:00:00 2001 From: alicethorne-ab <62150221+alicethorne-ab@users.noreply.github.com> Date: Fri, 9 Oct 2020 15:40:31 -0400 Subject: [PATCH] Update docker/README.md Co-authored-by: Pierre-Alexandre St-Jean --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index e3c758d..c6d5c2e 100644 --- a/docker/README.md +++ b/docker/README.md @@ -34,7 +34,7 @@ Once set up and you've logged into your Swarm with `docker swarm join` or create The script will do the following: -1. Add your `scimsession` file as a Docker Secret within your Swarm. +1. Add your `scimsession` file as a Docker Secret within your Swarm cluster. 2. Prompt you for your SCIM Bridge domain name which will configure LetsEncrypt to automatically issue a certificate for your Bridge. This is the domain you selected in [PREPARATION.md](/PREPARATION.md). 3. Deploy a container using `1password/scim`, and a `redis` container. The `redis` container is necessary to store LetsEncrypt certificates.