mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
allow to adjust borgs retention policy
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
1118ba6764
commit
65a9fe4c95
9 changed files with 24 additions and 8 deletions
|
|
@ -21,3 +21,4 @@ RUN chmod +x /usr/bin/start.sh; \
|
|||
USER root
|
||||
ENTRYPOINT ["start.sh"]
|
||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||
ENV BORG_RETENTION_POLICY="--keep-within=7d --keep-weekly=4 --keep-monthly=6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue