Nginx start script path changed

This commit is contained in:
Miguelangel Freitas
2017-09-26 21:56:41 -04:00
parent 6e6912c380
commit 845398d7c7
3 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ services:
image: wazuh/wazuh-nginx
hostname: nginx
restart: always
entrypoint: sh /configure.sh
entrypoint: sh run.sh
environment:
- NGINX_PORT=443
ports:

View File

@@ -2,4 +2,4 @@ FROM nginx:latest
RUN apt-get update && apt-get install -y openssl apache2-utils
COPY ./configure.sh /configure.sh
COPY ./config/run.sh /run.sh