Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #118 from michael-bouvy/patch-1
Browse files Browse the repository at this point in the history
Fix Docker image name in documentation
  • Loading branch information
dwisiswant0 committed Feb 24, 2021
2 parents 9ab1b76 + aa79e5f commit 1cbb9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -149,9 +149,9 @@ Simply, teler can be run with:
If you've built teler with a Docker image:

```bash
▶ [buffers] | docker run -i --rm -e TELER_CONFIG=/path/to/config/teler.yaml teler
▶ [buffers] | docker run -i --rm -e TELER_CONFIG=/path/to/config/teler.yaml kitabisa/teler
# or
▶ docker run -i --rm -e TELER_CONFIG=/path/to/config/teler.yaml teler --input /path/to/access.log
▶ docker run -i --rm -e TELER_CONFIG=/path/to/config/teler.yaml kitabisa/teler --input /path/to/access.log
```

### Flags
Expand Down

0 comments on commit 1cbb9fd

Please sign in to comment.