Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker-compose up command to start services defined in docker-compose.yml file #23204

Merged
merged 1 commit into from
Jan 26, 2022
Merged
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
8 changes: 4 additions & 4 deletions docs/src/main/asciidoc/centralized-log-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ To send logs to Graylog, you first need to launch the components that compose th
- Elasticsearch
- Graylog

You can do this via the following docker-compose file that you can launch via `docker-compose run -d`:
You can do this via the following `docker-compose.yml` file that you can launch via `docker-compose up -d`:

[source,yaml,subs="attributes"]
----
Expand Down Expand Up @@ -172,7 +172,7 @@ Finally, launch the components that compose the Elastic Stack:
- Logstash
- Kibana

You can do this via the following docker-compose file that you can launch via `docker-compose run -d`:
You can do this via the following `docker-compose.yml` file that you can launch via `docker-compose up -d`:

[source,yaml,subs="attributes"]
----
Expand Down Expand Up @@ -261,7 +261,7 @@ Finally, launch the components that compose the EFK Stack:
- Fluentd
- Kibana

You can do this via the following docker-compose file that you can launch via `docker-compose run -d`:
You can do this via the following `docker-compose.yml` file that you can launch via `docker-compose up -d`:

[source,yaml,subs="attributes"]
----
Expand Down Expand Up @@ -347,7 +347,7 @@ Then, launch the components that compose the EFK Stack:
- Fluentd
- Kibana

You can do this via the following docker-compose file that you can launch via `docker-compose run -d`:
You can do this via the following `docker-compose.yml` file that you can launch via `docker-compose up -d`:

[source,yaml,subs="attributes"]
----
Expand Down