Merge pull request #1813 from ocularrhythm/patch-2

Remove contradictory sentence in Environment Vars
This commit is contained in:
Tianon Gravi 2020-10-09 12:28:44 -07:00 committed by GitHub
commit 3123de1ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ There are many ways to extend the `%%REPO%%` image. Without trying to support ev
## Environment Variables
The PostgreSQL image uses several environment variables which are easy to miss. While none of the variables are required, they may significantly aid you in using the image.
The PostgreSQL image uses several environment variables which are easy to miss. The only variable required is `POSTGRES_PASSWORD`, the rest are optional.
**Warning**: the Docker specific variables will only have an effect if you start the container with a data directory that is empty; any pre-existing database will be left untouched on container startup.