From 1d1560733c63a613b4c2ce5c271b3fa93d565785 Mon Sep 17 00:00:00 2001 From: admire Date: Mon, 7 Jun 2021 08:49:30 +0200 Subject: [PATCH] WIP random password --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a76a35c..d8049a6 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,10 @@ 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 +will be generated and will be visible from the logs or within the container in +`/tmp/PGPASSWORD.txt` + ## Convenience docker-compose.yml For convenience, we provide a ``docker-compose.yml`` that will run a