docs(Postgres): Add default variable

This commit is contained in:
Simon 2022-02-22 15:55:45 +01:00
parent 0e1c155fbf
commit 58e5685b4d
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#POSTGRES_VOLUME_NAME=
#POSTGRES_CONTAINER_NAME=
#POSTGRES_IMAGE=
POSTGRES_USER=user-example
POSTGRES_PASSWORD=password-example
POSTGRES_DB=postgres-database-name-example