move to oci.limbosolutions.com
/ build-docker-image (push) Successful in 36s

This commit is contained in:
Márcio Fernandes
2026-05-03 01:57:14 +00:00
parent 5752b400c2
commit cabca97615
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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}