From 69a556fd77bea9018484bb8d1a2d689235365af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20St=C3=B6ter?= Date: Wed, 8 Jan 2025 16:28:40 +0100 Subject: [PATCH] Fix a small typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6c38fa..231c43a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This example uses the default `postgres` system database for convenience, in pra Configuration variables ----------------------- -All [OMERO configuration properties](https://docs.openmicroscopy.org/latest/omero/sysadmins/config.html) can be set be defining environment variables `CONFIG_omero_property_name=`. +All [OMERO configuration properties](https://docs.openmicroscopy.org/latest/omero/sysadmins/config.html) can be set by defining environment variables `CONFIG_omero_property_name=`. Since `.` is not allowed in a variable name `.` must be replaced by `_`, and `_` by `__`, for example -e CONFIG_omero_web_public_enabled=false @@ -90,4 +90,4 @@ Example with named volumes Running without links --------------------- -As an alternative to running with `--link` the address of the database can be specified using the variable `CONFIG_omero_db_host` +As an alternative to running with `--link` the address of the database can be specified using the variable `CONFIG_omero_db_host`.