diff --git a/apps/syncthing/config.json b/apps/syncthing/config.json index 31bb4463..f6a9a0cd 100644 --- a/apps/syncthing/config.json +++ b/apps/syncthing/config.json @@ -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" + ] } diff --git a/apps/syncthing/docker-compose.yml b/apps/syncthing/docker-compose.yml index e88c972b..a4855776 100644 --- a/apps/syncthing/docker-compose.yml +++ b/apps/syncthing/docker-compose.yml @@ -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: