From 4c0fb68605303a7eedf42298231274873d351885 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 23 Jan 2026 13:14:39 +0000 Subject: [PATCH] Update diun/docker-compose.yml Change to run explicitly on BETA --- 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 ac026c8..51216db 100644 --- a/diun/docker-compose.yml +++ b/diun/docker-compose.yml @@ -18,7 +18,7 @@ services: # - "DIUN_PROVIDERS_SWARM=true" # - "DIUN_PROVIDERS_SWARM_WATCHBYDEFAULT=true" - - "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.4:8111" + - "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.9:8111" - "DIUN_NOTIF_GOTIFY_TOKEN=Akb-uor3nfGzsy0" # get your token from Gotify UI - "DIUN_NOTIF_GOTIFY_PRIORITY=5" - "DIUN_NOTIF_GOTIFY_TIMEOUT=10s"