Setting wazuh-nginx image

This commit is contained in:
Miguelangel Freitas
2017-09-25 18:46:46 -04:00
parent 160bf4bbe9
commit a2ba029918
3 changed files with 10 additions and 13 deletions

View File

@@ -66,12 +66,10 @@ services:
# environment:
# - "WAZUH_KIBANA_PLUGIN_URL=http://your.repo/wazuhapp-2.1.0-5.5.1.zip"
nginx:
image: nginx:latest
image: wazuh/wazuh-nginx
hostname: nginx
restart: always
command: bash /configure.sh
volumes:
- ./nginx/configure.sh:/configure.sh
entrypoint: sh /configure.sh
environment:
- NGINX_PORT=443
ports: