Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit 23accb3

Browse files
authored
readme tweaks [skip-ci]
1 parent 1acb651 commit 23accb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ postgres:
1313
pg_backup_s3:
1414
image: eeshugerman/postgres-backup-s3:13
1515
environment:
16-
SCHEDULE: '@weekly'
17-
PASSPHRASE: passphrase
16+
SCHEDULE: '@weekly' # optional
17+
BACKUP_KEEP_DAYS: 7 # optional
18+
PASSPHRASE: passphrase # optional
1819
S3_REGION: region
1920
S3_ACCESS_KEY_ID: key
2021
S3_SECRET_ACCESS_KEY: secret
@@ -24,7 +25,6 @@ pg_backup_s3:
2425
POSTGRES_DATABASE: dbname
2526
POSTGRES_USER: user
2627
POSTGRES_PASSWORD: password
27-
BACKUP_KEEP_DAYS: 7 // Disabled by default.
2828
```
2929
3030
- Images are tagged by the major PostgreSQL version they support: `10`, `11`, `12`, `13`, or `14`.

0 commit comments

Comments
 (0)