From d2269c4b440fdf350e243085cc7ac70efe14200b Mon Sep 17 00:00:00 2001 From: john Date: Fri, 8 May 2026 09:04:08 +0000 Subject: [PATCH] Update diun/docker-compose.yml change of IP address for GOTIFY --- diun/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diun/docker-compose.yml b/diun/docker-compose.yml index eed8e43..d2216cd 100644 --- a/diun/docker-compose.yml +++ b/diun/docker-compose.yml @@ -19,7 +19,7 @@ services: # - "DIUN_PROVIDERS_SWARM=true" # - "DIUN_PROVIDERS_SWARM_WATCHBYDEFAULT=true" - - "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.25:8111" + - "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.230:8111" - "DIUN_NOTIF_GOTIFY_TOKEN=A_SFYNoBUYxWYgN" # get your token from Gotify UI - "DIUN_NOTIF_GOTIFY_PRIORITY=5" - "DIUN_NOTIF_GOTIFY_TIMEOUT=10s"