Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
greenygh0st committed Oct 1, 2024
1 parent d3bcf5c commit 21c1571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ docker run -d --name pg-backup \
- `PGDATABASE` - The name of the database to backup
- `PGHOST` - The host of the database
- `KEEPBACKUP` - The number of days to keep backups for (default is '7')
- `CRONTIME` - The time to run the backup (default is '0 2 * * *'/2AM)

## Volumes
- `/backup` - The location where the backups will be stored in the container
Expand Down

0 comments on commit 21c1571

Please sign in to comment.