From dbe72f467fcfe813d482ee8af9e2f96116c07117 Mon Sep 17 00:00:00 2001 From: Moritz Schlarb Date: Tue, 8 Mar 2022 11:24:47 +0100 Subject: [PATCH] Update prod_clone.en.md Add `DST_CNT_WEBFRONTEND` (referenced in creating the run script). --- content/sysadmin/installation/prod_clone.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/sysadmin/installation/prod_clone.en.md b/content/sysadmin/installation/prod_clone.en.md index ac150cbe..7f2d022a 100644 --- a/content/sysadmin/installation/prod_clone.en.md +++ b/content/sysadmin/installation/prod_clone.en.md @@ -99,6 +99,7 @@ To not always repeat path names and other values which might differ depending on |`DST_RUN_WEBFRONTEND` | `$SRC_BASEDIR/run-webfrontend-clone.sh` | | |`DST_CNT_EAS` | `$SRC_CNT_EAS-clone` | | |`DST_CNT_SERVER` | `$SRC_CNT_SERVER-clone` | | +|`DST_CNT_WEBFRONTEND` | `$SRC_CNT_WEBFRONTEND-clone` | | |`DST_EXTERNAL_URL` | http://clone.example.com | | |`DST_PORT` | 82 | public port of cloned webfrontend container, may be limited to IP by prefixing it, e.g. `127.0.0.1:82` |