Update README.md
This commit is contained in:
parent
6a4e87a2eb
commit
2864145d56
|
@ -51,6 +51,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- RESTIC_REPOSITORY=<whatever restic supports>
|
- RESTIC_REPOSITORY=<whatever restic supports>
|
||||||
- RESTIC_PASSWORD=hopefullyasecturepw
|
- RESTIC_PASSWORD=hopefullyasecturepw
|
||||||
|
- RESTIC_KEEP_DAILY=7
|
||||||
|
- RESTIC_KEEP_WEEKLY=4
|
||||||
|
- RESTIC_KEEP_MONTHLY=12
|
||||||
|
- RESTIC_KEEP_YEARLY=3
|
||||||
env_file:
|
env_file:
|
||||||
- some_other_vars.env
|
- some_other_vars.env
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue