update README

This commit is contained in:
Brett 2023-10-05 14:28:54 +02:00
parent 2a8f844ecf
commit ae0a02b107
1 changed files with 4 additions and 0 deletions

View File

@ -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