mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-03 05:23:16 +00:00
Setting wazuh-nginx image
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user