Skip to content

Commit

Permalink
added text mongodb variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bfallonf committed Jun 10, 2016
1 parent d7a0670 commit 4d13592
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions using_images/db_images/mongodb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,19 @@ MongoDB settings can be configured with the following environment variables:

|`*MONGODB_NOPREALLOC*`
|Disable data file preallocation.
|true
|`*true*`

|`*MONGODB_SMALLFILES*`
|Set MongoDB to use a smaller default data file size.
|true
|`*true*`

|`*MONGODB_QUIET*`
|Runs MongoDB in a quiet mode that attempts to limit the amount of output.
|true
|`*true*`

|`*MONGODB_TEXT_SEARCH_ENABLED*`
|(MongoDB version 2.4 only) Enables the https://docs.mongodb.org/v2.6/core/index-text/#text-search-text-command[text search] feature.
|`*false*`
|===

=== Volume Mount Points
Expand Down

0 comments on commit 4d13592

Please sign in to comment.