From c27b67d1cc1690dc23e44184677deefd12079580 Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Thu, 24 Feb 2022 17:23:06 -0500 Subject: [PATCH] Add note about ERDDAP env naming conflicts Co-authored-by: Alex Kerney --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c82ccdd..2adbfd2 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ Any number of these options can be taken to configure your ERDDAP container inst axiom/docker-erddap ``` + **Depending on your container environment, it may pass in it's own environment variables relating to your resources. Potentially there could be a collision with the `ERDDAP_*` config variables if any of your resources start with ERDDAP.** + 3. Configure using a shell script You can mount a file called `config.sh` to `${CATALINA_HOME}/bin/config.sh` that sets any ERDDAP configuration environmental variables you want to use. This is sourced in the container-provided `setenv.sh` file and and all variables will be exported to be used by ERDDAP for configuration. These will take precedence over environmental variable specified when running the container (see above).