mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 04:53:19 +00:00
Nginx start script path changed
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user