From 945eb67104f1e62c8035c02aadac1f70ef7f0d9e Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 6 Jun 2022 04:43:49 +0200 Subject: [PATCH] docs(docker-compose): Typo --- docker-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/README.md b/docker-compose/README.md index a948a49..26f44e6 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -128,7 +128,7 @@ Check out file contents over in the [examples/hashicorpvault](examples/hashicorp ## Caveats -Consider Cookiecutter's project directory and rendered files a starting point. It won't do everything perfect. +Consider Cookiecutter's project directory and rendered files a starting point. It won't do everything perfectly. Imagine if you will a service that consists of [Infinispan](https://infinispan.org/) among other things. In Docker Hub's content-addressable image store Infinispan's location is at `infinispan/server` so you obviously want that exact string with a forward slash to show up in your `docker-compose.yml` as the `image:` key's value, same with your `Dockerfile`. The `image:` key's value comes from what you enter in Cookiecutter's `component_list` prompt. Component strings are then used to also pre-fill the `volumes:` key.