Skip to content

Commit 36a053b

Browse files
committed
Document how to run the script just once
Fixes #43
1 parent 490631b commit 36a053b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ services:
3636
environment:
3737
- HEALTHCHECKS_ID=id
3838
```
39+
40+
### Oneshot
41+
42+
You may want to use this container to run backups just once, rather than on a schedule. To achieve this, set `$SCHEDULE` to an empty string, and the backup will run just once. This may be useful in conjunction with an external scheduler.

0 commit comments

Comments
 (0)