Skip to content

Commit

Permalink
updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
wlad committed Dec 20, 2020
1 parent dd06575 commit 7ba3250
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ reduced plugins installed.
Pull docker image from docker hub and start with default parameters

```bash
$ docker run --name ehrdb -d -p 5432:5432 ehrbaseorg/ehrbase-database-docker:11.5
$ docker run --name ehrdb -d -p 5432:5432 ehrbase/ehrbase-postgres:11.10
```

#### Customization
Expand All @@ -50,9 +50,9 @@ provided the default values will be used.

The following parameters can be set via -e option:

| Parameter | Usage | default |
| ----------------------- | ------------------------- | ---------------------- |
| POSTGRES_PASSWORD | Password for postgres | postgres |
| EHRBASE_USER | Username for ehrbase user | ehrbase |
| EHRBASE_PASSWORD | Password for ehrbase user | ehrbase |
| Parameter | Usage | default |
| ----------------- | ------------------------- | -------- |
| POSTGRES_PASSWORD | Password for postgres | postgres |
| EHRBASE_USER | Username for ehrbase user | ehrbase |
| EHRBASE_PASSWORD | Password for ehrbase user | ehrbase |

0 comments on commit 7ba3250

Please sign in to comment.