Skip to content

Commit 0d6349d

Browse files
authored
update
1 parent a516bdb commit 0d6349d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

borgmatic/docker-compose.restore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
borgmatic:
3-
image: ghcr.io/borgmatic-collective/borgmatic
3+
image: b3vis/borgmatic
44
container_name: borg-restore
55
volumes:
66
- ${VOLUME_EE_SOURCE}:/mnt/source/easyengine # Backup EasyEngine directories

borgmatic/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
borgmatic:
3-
image: ghcr.io/borgmatic-collective/borgmatic
3+
image: b3vis/borgmatic
44
container_name: borgmatic
55
volumes:
66
- ${VOLUME_EE_SOURCE}:/mnt/source/easyengine:ro # Backup EasyEngine directories

0 commit comments

Comments
 (0)