Fixed linebreak

This commit is contained in:
Elliot Matson 2022-11-04 00:32:07 -05:00 committed by GitHub
parent bb96da0e21
commit bb34718f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,7 @@ x-common:
To configure the server itself, we'll want to configure the environment variables below:
| Environment Variable |Meaning|
|---|---|
| POSTGRES_DB | Na
me of your database. Name it whatever you like. |
| POSTGRES_DB | Name of your database. Name it whatever you like. |
| POSTGRES_USER | Username you will use to connect to your database. The Resolve default is "postgres" |
| POSTGRES_PASSWORD | Password you will use to connect to your database. The Resolve default is "DaVinci" |
| TZ | Your timezone, here is [a list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)|