From ca1a1bd883525c1db8b4f6c8862c33a137725205 Mon Sep 17 00:00:00 2001 From: Florian Braun Date: Wed, 7 Feb 2018 18:22:14 +0100 Subject: [PATCH] Added Proxy vars to kibana Kibana needs to download a file when deployed. So there sould be a proxy variable as recommendation that this is what one need in the case of a proxy usage. --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e250617a..8dac501d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -78,6 +78,8 @@ services: - wazuh entrypoint: /wait-for-it.sh elasticsearch # environment: +# - http_proxy=yourproxy +# - https_proxy=yourproxy # - "WAZUH_KIBANA_PLUGIN_URL=http://your.repo/wazuhapp-3.1.0-6.1.2.zip" nginx: image: wazuh/wazuh-nginx