We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dac23c5 + 9317e98 commit c603841Copy full SHA for c603841
README.md
@@ -22,7 +22,7 @@ To run the Docker images start a postgres DB:
22
Then run OMERO.server passing the database configuration parameters if they differ from the defaults.
23
This example uses the default `postgres` system database for convenience, in practice you may want to create your own database.
24
25
- docker run -d --name omero-server --link postgres:db
+ docker run -d --name omero-server --link postgres:db \
26
-e CONFIG_omero_db_user=postgres \
27
-e CONFIG_omero_db_pass=postgres \
28
-e CONFIG_omero_db_name=postgres \
0 commit comments