From ae0a02b107ac45b83b7f60a4c5eb526664824d96 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 5 Oct 2023 14:28:54 +0200 Subject: [PATCH] update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ba63464..e38911b8 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ To start the containers: See [CKAN Images](#ckan-images) for more details of what happens when using development mode. +In dev mode, the `docker-compose.dev.yml` file intentionally excludes the specification of `container_names:`. This omission serves the purpose of facilitating the concurrent execution of multiple containers on the same host without necessitating updates to the container name for each project. For instance, duplicating the ckan-docker/ directory enables the simultaneous operation of more than one CKAN container. + +It is important to note that any container port that is configured to be mapped to the host will require the host port to be adjusted on a per-project basis. This adjustment is imperative to mitigate conflicts arising from port allocation. + ##### Create an extension