chore(deps): update syncthing/syncthing docker tag to v1.26 (#1537)
This commit is contained in:
parent
fd4a062e64
commit
8ec41d91e4
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8090,
|
"port": 8090,
|
||||||
"id": "syncthing",
|
"id": "syncthing",
|
||||||
"tipi_version": 8,
|
"tipi_version": 9,
|
||||||
"version": "1.25",
|
"version": "1.26",
|
||||||
"categories": [
|
"categories": [
|
||||||
"data",
|
"data",
|
||||||
"utilities"
|
"utilities"
|
||||||
|
@ -17,5 +17,8 @@
|
||||||
"source": "https://github.com/syncthing",
|
"source": "https://github.com/syncthing",
|
||||||
"website": "https://syncthing.net",
|
"website": "https://syncthing.net",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
syncthing:
|
syncthing:
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
image: syncthing/syncthing:1.25
|
image: syncthing/syncthing:1.26
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
hostname: tipi
|
hostname: tipi
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user