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
- 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: