From 8824054eb9d9004c5726cfde2b36bea308b8b785 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Wed, 26 Nov 2025 14:21:49 +0200 Subject: [PATCH] Update docker-compose.yaml --- deployment/docker-compose/nginx-unified/docker-compose.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deployment/docker-compose/nginx-unified/docker-compose.yaml b/deployment/docker-compose/nginx-unified/docker-compose.yaml index e7bb5b1..550c6ee 100644 --- a/deployment/docker-compose/nginx-unified/docker-compose.yaml +++ b/deployment/docker-compose/nginx-unified/docker-compose.yaml @@ -36,11 +36,6 @@ services: - ${APPSEC_LOGS}:/var/log/nano_agent - ${APPSEC_LOCALCONFIG}:/ext/appsec - ${NGINX_CONFIG}:/etc/nginx/conf.d -## advanced configuration - volume mount for nginx.conf file: -## to change global instructions it's possible to also mount your own nginx.conf file by uncommenting the two lines below -## make sure to include the line starting with "load_module" which loads the appsec attachment -## and is included in /etc/nginx/conf.d/nginx.conf file as part of the nginx-attachment container -# - ${NGINX_CONF_FILE}:/etc/nginx/nginx.conf ports: - "80:80" - "443:443"