From d74b6984d39bc2b058845a76eda766b731f06fd4 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez Date: Wed, 5 Feb 2020 18:04:38 +0100 Subject: [PATCH] Switch to nginx:stable on docker-compose --- docker-compose.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c754699d..7f069a80 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,12 +47,9 @@ services: - elasticsearch:elasticsearch - wazuh:wazuh nginx: - build: nginx + image: nginx:stable hostname: nginx restart: always - environment: - - NGINX_PORT=443 - - NGINX_CREDENTIALS ports: - "80:80" - "443:443" @@ -60,6 +57,8 @@ services: - kibana links: - kibana:kibana + volumes: + - ./nginx_conf:/etc/nginx/conf.d:ro volumes: ossec_api_configuration: