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

Commit 69b32c7

Browse files
committed
More documentation about how to use docker-compose
1 parent d932b94 commit 69b32c7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ docker-compose -f setup/setup.yml run --rm setup
6464
Please take note after the setup completes it will output the password
6565
that is used for the `elastic` login.
6666

67+
*Please note* that this repository makes the assumption that you will be cloneing the repository into a directory
68+
named `stack-docker`. If you choose to name the directory something else upon cloneing or after, you will have
69+
to specify the `-p stack-docker` flag when running `docker-compose` commands (aside from the setup command).
70+
71+
From the docker-compose help:
72+
```
73+
-p, --project-name NAME Specify an alternate project name
74+
(default: directory name)
75+
```
76+
6777
Now we can launch the stack with `docker-compose up -d` to create a demonstration Elastic Stack with
6878
Elasticsearch, Kibana, Logstash, Auditbeat, Metricbeat, Filebeat, Packetbeat,
6979
and Heartbeat.

0 commit comments

Comments
 (0)