This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
```yaml
|
||||
services:
|
||||
borg-backup:
|
||||
image: git.limbosolutions.com/kb/borg-backup:latest
|
||||
image: oci.limbosolutions.com/public/borg-backup:latest
|
||||
restart: no
|
||||
environment:
|
||||
- BORG_REPO=${BORG_REPO}
|
||||
@@ -51,7 +51,7 @@ configs:
|
||||
```yaml
|
||||
services:
|
||||
borg-backup:
|
||||
image: git.limbosolutions.com/kb/borg-backup:latest
|
||||
image: oci.limbosolutions.com/public/borg-backup:latest
|
||||
command: create ${BORG_REPO}::repos-$(date +%Y%m%d%H%M%S) /mnt/user
|
||||
restart: no
|
||||
|
||||
@@ -86,7 +86,7 @@ configs:
|
||||
```yaml
|
||||
services:
|
||||
borg:
|
||||
image: git.limbosolutions.com/kb/borg-backup:alpha
|
||||
image: oci.limbosolutions.com/public/borg-backup
|
||||
|
||||
environment:
|
||||
- BORG_REPO=${BORG_REPO}
|
||||
|
||||
Reference in New Issue
Block a user