From f9887d6acc74264c321bf700799b8b9b6fa05588 Mon Sep 17 00:00:00 2001 From: Abel Serrano Juste Date: Tue, 13 Dec 2022 18:08:14 +0100 Subject: [PATCH] Corrected some small things of README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34304ed..4fb69e5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ version: '3.8' x-common: database: &db-environment POSTGRES_DB: database - POSTGRES_USER: postgres + POSTGRES_USER: &pg-user postgres POSTGRES_PASSWORD: DaVinci TZ: America/Chicago POSTGRES_LOCATION: &db-location "???:/var/lib/postgresql/data" @@ -75,7 +75,7 @@ To configure the backups, we'll want to configure the variables below: | SCHEDULE | This is a [cron string](https://www.freeformatter.com/cron-expression-generator-quartz.html) for how often backups are created. can be "@daily", "@every 1h", etc | | BACKUP_KEEP_DAYS | Number of daily backups to keep before removal. | | BACKUP_KEEP_WEEKS | Number of weekly backups to keep before removal. | -| BACKUP_KEEP_MONTHS | Number of daily backups to keep before removal. | +| BACKUP_KEEP_MONTHS | Number of monthly backups to keep before removal. | | BACKUP_LOCATION | Location your backups will be stored. See [Volume Locations](#volume-locations) | ### PGAdmin @@ -120,7 +120,7 @@ See [#5](https://github.com/elliotmatson/Docker-Davinci-Resolve-Project-Server/i 3. Move your modified docker-compose.yml file to a folder on your Linux machine, then navigate to that folder in the terminal. 4. Run: ```docker-compose up -d``` -5. Docker-compose will download the files it needs and start the app. Once it's done, you should be able to connect Resolve to the IP address of your QNAP using the database name and credentials +5. Docker-compose will download the files it needs and start the app. Once it's done, you should be able to connect Resolve to the IP address of your Linux Server instance using the database name and credentials ## Different PostgreSQL versions