Skip to content

Commit c603841

Browse files
authored
Merge pull request ome#44 from joshmoore/fix-readme
Add missing slash to README.md
2 parents dac23c5 + 9317e98 commit c603841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To run the Docker images start a postgres DB:
2222
Then run OMERO.server passing the database configuration parameters if they differ from the defaults.
2323
This example uses the default `postgres` system database for convenience, in practice you may want to create your own database.
2424

25-
docker run -d --name omero-server --link postgres:db
25+
docker run -d --name omero-server --link postgres:db \
2626
-e CONFIG_omero_db_user=postgres \
2727
-e CONFIG_omero_db_pass=postgres \
2828
-e CONFIG_omero_db_name=postgres \

0 commit comments

Comments
 (0)