metalmatze / alertmanager-bot

[deprecated] Bot for Prometheus' Alertmanager
MIT License
661 stars 148 forks source link

Run docker with two TELEGRAM_ADMIN #127

Closed bigazzzz closed 3 years ago

bigazzzz commented 3 years ago

I need to run docker from the command line. How can I specify two TELEGRAM_ADMINS? docker run \ -e 'TELEGRAM_ADMIN=123123\n321321' \ metalmatze/alertmanager-bot:0.4.2 is not working Or, maybe, i can start TELEGRAM_ADMIN with channel_id, and all users from channel can be admin for bot?

bigazzzz commented 3 years ago

sorry, i'm stupid docker run metalmatze/alertmanager-bot:0.4.2 --telegram.admin=123123 --telegram.admin=321321