kopia lustrzana https://github.com/kartoza/docker-postgis
fix readme
rodzic
e78909e5b5
commit
bee6939a11
|
@ -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`
|
||||
|
||||

|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue