chore(deps): update gotify/server docker tag to v2.2.5 (#756)
This commit is contained in:
parent
3fa37a3160
commit
3bd95cb7ed
|
@ -5,9 +5,11 @@
|
||||||
"port": 8129,
|
"port": 8129,
|
||||||
"id": "gotify",
|
"id": "gotify",
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "2.2.4",
|
"version": "2.2.5",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"description": "Simple server for sending and receiving notification messages.",
|
"description": "Simple server for sending and receiving notification messages.",
|
||||||
"short_desc": "Gotify, a simple server for sending and receiving notification messages.",
|
"short_desc": "Gotify, a simple server for sending and receiving notification messages.",
|
||||||
"author": "gotigy",
|
"author": "gotigy",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gotify:
|
gotify:
|
||||||
image: gotify/server:2.2.4
|
image: gotify/server:2.2.5
|
||||||
container_name: gotify
|
container_name: gotify
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user