From f79772def09cf16ee3eff5a74df894b6fdb6ad14 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:59:17 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6cfba54..0c202b65 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,14 @@ wget https://raw.githubusercontent.com/openappsec/open-appsec-npm/main/deploymen ``` wget https://raw.githubusercontent.com/openappsec/open-appsec-npm/main/deployment/docker-compose.yaml ``` -4. Run docker-compose up to start the deployment of all relevant containers: +4. Edit the docker-compose.yaml file and replace "user@email.com" with your own email address, so we can provide assistance in case of any issues with the specific deployment in the future and provide information proactively regarding open-appsec. +This is an optional parameter and can be removed. If we send automatic emails there will also be an opt-out option included for receiving similar communication in the future." + +6. Run docker-compose up to start the deployment of all relevant containers: ``` docker-compose up -d ``` -5. Check if the nginx-proxy-manager-attachment and the appsec-agent containers are up and running: +6. Check if the nginx-proxy-manager-attachment and the appsec-agent containers are up and running: ``` docker ps ```