Switch to nginx:stable on docker-compose

This commit is contained in:
Manuel Gutierrez
2020-02-05 18:04:38 +01:00
parent 2e08f91f62
commit d74b6984d3
+3 -4
View File
@@ -47,12 +47,9 @@ services:
- elasticsearch:elasticsearch - elasticsearch:elasticsearch
- wazuh:wazuh - wazuh:wazuh
nginx: nginx:
build: nginx image: nginx:stable
hostname: nginx hostname: nginx
restart: always restart: always
environment:
- NGINX_PORT=443
- NGINX_CREDENTIALS
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"
@@ -60,6 +57,8 @@ services:
- kibana - kibana
links: links:
- kibana:kibana - kibana:kibana
volumes:
- ./nginx_conf:/etc/nginx/conf.d:ro
volumes: volumes:
ossec_api_configuration: ossec_api_configuration: