We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ded35 commit f20090dCopy full SHA for f20090d
services/backup/docker-compose.restic.yml
@@ -2,7 +2,7 @@ version: '3'
2
3
services:
4
backup:
5
- image: mazzolino/restic:1.7.2
+ image: mazzolino/restic:1.8.0
6
container_name: restic-backup
7
restart: unless-stopped
8
networks:
@@ -43,7 +43,7 @@ services:
43
curl -sS 'http://uptime-kuma:3001/api/push/vdP9McS4Pm?status=up&msg=OK&ping='
44
45
prune:
46
47
container_name: restic-prune
48
49
hostname: docker
@@ -57,7 +57,7 @@ services:
57
TZ: ${TIMEZONE}
58
59
check:
60
61
container_name: restic-check
62
63
0 commit comments