From 1e79861fecaed773c4a01bf089f69ef6374353f9 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 7 Apr 2022 16:56:08 -0300 Subject: [PATCH] Change readme for wazuh docker images builder --- build-docker-images/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/build-docker-images/README.md b/build-docker-images/README.md index 5839ac52..9860d8b0 100644 --- a/build-docker-images/README.md +++ b/build-docker-images/README.md @@ -3,11 +3,5 @@ This stack allows you to build the Wazuh manager, indexer, and dashboard images locally by running the command: ``` -$ docker-compose up -d --build -``` - -Once the image creation process is finished, a Wazuh single-node environment will be spinned up. It can be terminated with the following command: - -``` -$ docker-compose down -``` +$ docker-compose build +``` \ No newline at end of file