Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Commit

Permalink
Update verison in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Mar 31, 2017
1 parent 0b91968 commit d5620ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Right now it supports [Telegram](https://telegram.org/), but I'd like to [add mo

### Docker

`docker pull metalmatze/alertmanager-bot`
`docker pull metalmatze/alertmanager-bot:0.1`

Start as a command:

Expand All @@ -103,14 +103,14 @@ docker run -d \
-e 'STORE=/data/users.yml' \
-v '/srv/monitoring/alertmanager-bot:/data'
--name alertmanager-bot \
alertmanager-bot
alertmanager-bot:0.1
```

Usage within docker-compose:

```yml
alertmanager-bot:
image: metalmatze/alertmanager-bot
image: metalmatze/alertmanager-bot:0.1
environment:
TELEGRAM_TOKEN: XXX
TELEGRAM_ADMIN: '1234567'
Expand Down

0 comments on commit d5620ef

Please sign in to comment.