Pin restic backup.

This commit is contained in:
Víðir Valberg Guðmundsson 2022-11-22 23:13:01 +01:00
parent d6766e601a
commit 78b15ddcc4
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
version: '3.6'
services:
restic-backup:
image: mazzolino/restic
image: mazzolino/restic:1.6.0
restart: always
environment:
RUN_ON_STARTUP: "true"
@ -29,7 +29,7 @@
- /docker-volumes:/mnt/volumes:ro
restic-prune:
image: "mazzolino/restic"
image: "mazzolino/restic:1.6.0"
environment:
RUN_ON_STARTUP: "true"
PRUNE_CRON: "0 0 4 * * *"