Skip to content

Commit

Permalink
Merge pull request #94 from tstoeter/patch-1
Browse files Browse the repository at this point in the history
Fix a small typo
  • Loading branch information
joshmoore authored Jan 8, 2025
2 parents 5817d23 + 69a556f commit 9908b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.

0 comments on commit 9908b04

Please sign in to comment.