From 4f0b30344dc5d20cb999250dfcaa2f37fa9e2d79 Mon Sep 17 00:00:00 2001 From: Bruno Willenborg Date: Thu, 24 Apr 2025 09:58:58 +0200 Subject: [PATCH] Add link to base image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 822af7c..a0e632c 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ ckan The images use the application server [_uWSGI_](https://uwsgi-docs.readthedocs.io/en/latest/) to run _CKAN_. There are two environment variables, that allow to configure _uWSGI_ using [command line arguments](https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#command-line-arguments). The available options are described [here](https://uwsgi-docs.readthedocs.io/en/latest/Options.html). -For most use cases, the defaults specified in `ckan-X.XX/setup/start_ckan.sh` in `DEFAULT_UWSGI_OPTS` are fine. If required, you can either _overwrite_ the defaults or _append_ additional arguments. +For most use cases, the defaults specified in `ckan-X.XX/setup/start_ckan.sh` in `DEFAULT_UWSGI_OPTS` of the [ckan/ckan-docker-base](https://github.com/ckan/ckan-docker-base) image are fine. If required, you can either _overwrite_ the defaults or _append_ additional arguments. | Variable | Description | Defaults | |:--------------------|:------------------------------------------------------| :------------------|