Skip to content

Commit

Permalink
renamed .env file to docker-compose.env, so it can be used as a template
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Apr 13, 2021
1 parent d024ecd commit beee680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# the docker-compose environment file
/.env
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ These parameters are available:
You can use `docker-compose` if you want to setup Elasticsearch together with Arkime in one step.

#### Configuration
1. Please have a look at the `.env` file **before** running `docker-compose up`. You may want to change some of the variables inside. Each variable is documented there.
1. Please copy or rename the file `docker-compose.env` to `.env` **before** running `docker-compose up`. You may want to change some of the variables inside. Each variable is documented there.

2. Please ensure you have done this step (otherwise Elasticsearch won't start): https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html

Expand Down
File renamed without changes.

0 comments on commit beee680

Please sign in to comment.