From bee6939a11a4cc541e204643ced14c1f0f0f16e2 Mon Sep 17 00:00:00 2001 From: admire Date: Sun, 27 Jun 2021 19:12:37 +0200 Subject: [PATCH] fix readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8049a6..aaa109c 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ To create a running container do: docker run --name "postgis" -p 25432:5432 -d -t kartoza/postgis ``` -**NB** If you do not pass the env variable `POSTGRES_PASS` a random password +**Note** If you do not pass the env variable `POSTGRES_PASS` a random password will be generated and will be visible from the logs or within the container in `/tmp/PGPASSWORD.txt` @@ -510,6 +510,9 @@ replicant is read-only. docker run --name "streaming-replication" -e REPLICATION=true -e WAL_LEVEL='replica' -d -p 25432:5432 kartoza/postgis:13.0 ``` +**Note** If you do not pass the env variable `REPLICATION_PASS` a random password +will be generated and will be visible from the logs or within the container in +`/tmp/REPLPASSWORD.txt` ![qgis](https://user-images.githubusercontent.com/178003/37755610-dd3b774a-2dae-11e8-9fa1-4877e2034675.gif)