chore(deps): update binwiederhier/ntfy docker tag to v2.9.0 (#2740)
This commit is contained in:
parent
e7ee190d8a
commit
2a34639768
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8166,
|
"port": 8166,
|
||||||
"id": "ntfy",
|
"id": "ntfy",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "2.8.0",
|
"version": "2.9.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
ntfy:
|
ntfy:
|
||||||
container_name: ntfy
|
container_name: ntfy
|
||||||
image: binwiederhier/ntfy:v2.8.0
|
image: binwiederhier/ntfy:v2.9.0
|
||||||
environment:
|
environment:
|
||||||
- NTFY_BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
- NTFY_BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||||
- NTFY_UPSTREAM_BASE_URL=https://ntfy.sh
|
- NTFY_UPSTREAM_BASE_URL=https://ntfy.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user