-
|
When update available or container updated there is no notification recieved on telegram |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
|
Hey @rj10rd 👋 — a few things to check: 1. Verify your env vars are set correctly You need at minimum: Replace 2. Check the logs Look for these in your Drydock logs:
3. Common issues
Could you share:
Docs for reference: https://getdrydock.com/docs/configuration/triggers/telegram |
Beta Was this translation helpful? Give feedback.
-
|
Fixed in v1.5.0. Root cause: MarkdownV2 reserved characters — dots, dashes, and parens in container and tag names — weren't being escaped before being passed to Telegram. Fix covers both |
Beta Was this translation helpful? Give feedback.


Version 1.6.0-rc.1 (but works since 1.4.0)
My env:
DD_NOTIFICATION_TELEGRAM_BOTTOKEN and DD_NOTIFICATION_TELEGRAM_CHATID are my variables for secret values.