Update diun/docker-compose.yml

change of IP address for GOTIFY
This commit is contained in:
2026-05-08 09:04:08 +00:00
parent 2b10d1fa6d
commit d2269c4b44

View File

@@ -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"