chore(deps): update lscr.io/linuxserver/duplicati docker tag to v2.0.7 (#599)
* chore(deps): update lscr.io/linuxserver/duplicati docker tag to v2.0.7 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
5fa024699f
commit
27ec99c16e
|
@ -5,9 +5,11 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "duplicati",
|
"id": "duplicati",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "2.0.6",
|
"version": "2.0.7",
|
||||||
"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",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
duplicati:
|
duplicati:
|
||||||
container_name: duplicati
|
container_name: duplicati
|
||||||
image: lscr.io/linuxserver/duplicati:2.0.6
|
image: lscr.io/linuxserver/duplicati:2.0.7
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8200
|
- ${APP_PORT}:8200
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user