chore(deps): update lscr.io/linuxserver/duplicati docker tag to v2.0.8 (#3426)
This commit is contained in:
parent
5135e319b2
commit
983f0bc1d4
|
@ -5,13 +5,18 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "duplicati",
|
"id": "duplicati",
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "2.0.7",
|
"version": "2.0.8",
|
||||||
"categories": ["data"],
|
"categories": [
|
||||||
|
"data"
|
||||||
|
],
|
||||||
"description": "Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.",
|
"description": "Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.",
|
||||||
"short_desc": "Store securely encrypted backups in the cloud!",
|
"short_desc": "Store securely encrypted backups in the cloud!",
|
||||||
"author": "https://github.com/duplicati",
|
"author": "https://github.com/duplicati",
|
||||||
"source": "https://github.com/linuxserver/docker-duplicati",
|
"source": "https://github.com/linuxserver/docker-duplicati",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
duplicati:
|
duplicati:
|
||||||
container_name: duplicati
|
container_name: duplicati
|
||||||
image: lscr.io/linuxserver/duplicati:2.0.7
|
image: lscr.io/linuxserver/duplicati:2.0.8
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8200
|
- ${APP_PORT}:8200
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user