Skip to content

Commit d2c3f60

Browse files
author
Mike Holloway
committed
README.md
1 parent 38db021 commit d2c3f60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ And if you need to install a custom backend, add and remove necessary local_back
6161

6262
BOT_EXTRA_BACKEND_DIR = r'/err/local_config/local_backends'
6363

64-
If deploying as a stack, you don't need to make the changes above, but you'll instead need to update docker-compose.yml with your own local_plugins or local_backends files by uncommenting and altering both sets of commented configs examples. Docker configs have a line of 512kbytes each. Consider only adding local_backends using this method.
64+
If deploying as a stack, you don't need to make the changes above, but you'll instead need to update docker-compose.yml with your own local_plugins or local_backends files by uncommenting and altering both sets of commented configs examples. Docker configs have a limit of 512kbytes each. Consider only adding local_backends when needed using this method.
6565

6666
---
6767
## CONFIGURATION
@@ -74,11 +74,12 @@ After starting the bot as a container or stack (above), start a direct conversat
7474
You can install plugins for the bot from their repos, as well as from some built-in repos that Errbot maintainer gbin collects. For example:
7575

7676
repos install https://github.com/mayflower/errbot-alerrtmanagerr
77+
# You can skip this repo if following the section for Cisco Webex Teams
7778

7879
repos install https://github.com/swarmstack/errbot-promql
7980

8081
plugin config PromQL
81-
plugin config PromQL {'PROMQL_URL': 'http://tasks.prometheus:9090/api/v1'}
82+
plugin config PromQL {'PROMQL_URL': 'http://prometheus:9090/api/v1'}
8283

8384
---
8485

0 commit comments

Comments
 (0)