Skip to content

Commit

Permalink
More documentation about how to use docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdgear committed Jan 29, 2019
1 parent d932b94 commit 69b32c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ docker-compose -f setup/setup.yml run --rm setup
Please take note after the setup completes it will output the password
that is used for the `elastic` login.

*Please note* that this repository makes the assumption that you will be cloneing the repository into a directory
named `stack-docker`. If you choose to name the directory something else upon cloneing or after, you will have
to specify the `-p stack-docker` flag when running `docker-compose` commands (aside from the setup command).

From the docker-compose help:
```
-p, --project-name NAME Specify an alternate project name
(default: directory name)
```

Now we can launch the stack with `docker-compose up -d` to create a demonstration Elastic Stack with
Elasticsearch, Kibana, Logstash, Auditbeat, Metricbeat, Filebeat, Packetbeat,
and Heartbeat.
Expand Down

0 comments on commit 69b32c7

Please sign in to comment.