From 03323c48df26cf4df4f564d2d0f600bbd92db1df Mon Sep 17 00:00:00 2001 From: john Date: Mon, 26 Jan 2026 17:12:26 +0000 Subject: [PATCH] Update diun/docker-compose.yml --- diun/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diun/docker-compose.yml b/diun/docker-compose.yml index c2ec4c6..7586914 100644 --- a/diun/docker-compose.yml +++ b/diun/docker-compose.yml @@ -4,7 +4,7 @@ container_name: diun command: serve volumes: - - "/docker/diun/data:/data" + - "/media/disk/diun/data:/data" - "/var/run/docker.sock:/var/run/docker.sock" environment: - "TZ=Europe/London" @@ -17,7 +17,7 @@ - "DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT=true" - "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.4:8111" # IP address of ELITE cluster for GOTIFY - - "DIUN_NOTIF_GOTIFY_TOKEN=ADOe9h3-Q3XlSHG" # get your token from Gotify UI + - "DIUN_NOTIF_GOTIFY_TOKEN=A9z_i9Akk2DlaFt" # get your token from Gotify UI - "DIUN_NOTIF_GOTIFY_PRIORITY=5" - "DIUN_NOTIF_GOTIFY_TIMEOUT=10s" labels: