Skip to content

Commit

Permalink
Better scheduling example
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 authored Feb 12, 2021
1 parent 70ac01c commit 94a8a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pgbackups3:
links:
- postgres
environment:
SCHEDULE: '@daily'
SCHEDULE: 0 30 */2 * * * # every 2 hours at HH:30
S3_REGION: region
S3_ACCESS_KEY_ID: key
S3_SECRET_ACCESS_KEY: secret
Expand Down

0 comments on commit 94a8a83

Please sign in to comment.