From fb0409697fd3c88388ad9bf0f33c896108c7b5e4 Mon Sep 17 00:00:00 2001 From: AlfonsoRBJ Date: Fri, 16 Nov 2018 16:03:49 +0100 Subject: [PATCH] Update docker-compose.yml When merging the code, the build section for the wazuh container will not be necessary. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index cf906072..e910c6f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '2' services: wazuh: - build: ./wazuh + image: wazuh/wazuh:3.7.0_6.4.3 hostname: wazuh-manager restart: always ports: