Skip to content
This repository was archived by the owner on Apr 23, 2019. It is now read-only.

KM_CONFIGFILE is improperly documented as KM_CONFIG #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Until 1.3.0.4, you were able to override default configuration file via a docker
```
docker run [...] -v /path/to/confdir:/kafka-manager-${KM_VERSION}/conf [...]
```
From > 1.3.0.4, you can specify a configuration file via an environment variable.
From > 1.3.0.4, you can specify a configuration file via env variable `KM_CONFIGFILE`.
```
docker run [...] -v /path/to/confdir:/opt -e KM_CONFIG=/opt/my_shiny.conf sheepkiller/kafka-manager
docker run [...] -v /path/to/confdir:/opt -e KM_CONFIGFILE=/opt/my_shiny.conf sheepkiller/kafka-manager
```

### Pass arguments to kafka-manager
Expand Down