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,
|
||||
"port": 8090,
|
||||
"id": "syncthing",
|
||||
"tipi_version": 8,
|
||||
"version": "1.25",
|
||||
"tipi_version": 9,
|
||||
"version": "1.26",
|
||||
"categories": [
|
||||
"data",
|
||||
"utilities"
|
||||
|
@ -17,5 +17,8 @@
|
|||
"source": "https://github.com/syncthing",
|
||||
"website": "https://syncthing.net",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
syncthing:
|
||||
container_name: syncthing
|
||||
image: syncthing/syncthing:1.25
|
||||
image: syncthing/syncthing:1.26
|
||||
stop_grace_period: 1m
|
||||
hostname: tipi
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue
Block a user