docs(Postgres): Add default variable
This commit is contained in:
parent
0e1c155fbf
commit
58e5685b4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue