Skip to content

Commit

Permalink
better documentation for postgres example
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed May 1, 2017
1 parent 956854e commit 62ed488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comanage-registry-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ docker run -d --name comanage-registry-database \
--network comanage-registry-internal-network \
-v /tmp/postgres-data:/var/lib/postgresql/data \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=a_password \
-e POSTGRES_PASSWORD=superuser_password \
-e COMANAGE_REGISTRY_POSTGRES_DATABASE=registry \
-e COMANAGE_REGISTRY_POSTGRES_USER=registry_user \
-e COMANAGE_REGISTRY_POSTGRES_USER_PASSWORD=another_password \
-e COMANAGE_REGISTRY_POSTGRES_USER_PASSWORD=password \
comanage-registry-postgres
```

Expand Down

0 comments on commit 62ed488

Please sign in to comment.