From 5b0db0a926a6f72ee39b084392681c3f010d9870 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Wed, 26 Jan 2022 17:18:32 +0800 Subject: [PATCH] Use docker-compose up command to start services defined in docker-compose.yml file --- docs/src/main/asciidoc/centralized-log-management.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/asciidoc/centralized-log-management.adoc b/docs/src/main/asciidoc/centralized-log-management.adoc index 8c8894e63998b..c966efc47ee3d 100644 --- a/docs/src/main/asciidoc/centralized-log-management.adoc +++ b/docs/src/main/asciidoc/centralized-log-management.adoc @@ -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"] ---- @@ -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"] ---- @@ -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"] ---- @@ -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"] ----