diff --git a/apps/gotify/config.json b/apps/gotify/config.json index 89e2f8be..3599b661 100644 --- a/apps/gotify/config.json +++ b/apps/gotify/config.json @@ -5,11 +5,9 @@ "port": 8129, "id": "gotify", "exposable": true, - "tipi_version": 6, - "version": "2.4.0", - "categories": [ - "utilities" - ], + "tipi_version": 7, + "version": "2.5.0", + "categories": ["utilities"], "description": "Simple server for sending and receiving notification messages.", "short_desc": "Gotify, a simple server for sending and receiving notification messages.", "author": "gotigy", diff --git a/apps/gotify/docker-compose.yml b/apps/gotify/docker-compose.yml index 622d01c3..08fe9bfd 100644 --- a/apps/gotify/docker-compose.yml +++ b/apps/gotify/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: gotify: - image: gotify/server:2.4.0 + image: gotify/server:2.5.0 container_name: gotify restart: unless-stopped volumes: