From 700dfc0184f8d12e15f3ca3d6e5ca08befccd561 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Mon, 23 Nov 2020 00:05:22 +0100 Subject: [PATCH] v1.2.0 release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e078ab0b..22b412b24 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Fooling automated tools/scanners : + [HTTP](#http) + [Custom certificate](#custom-certificate) + [Self-signed certificate](#self-signed-certificate) - + [Misc](#misc-2) + + [Misc](#misc-1) * [ModSecurity](#modsecurity) * [Security headers](#security-headers) * [Blocking](#blocking) @@ -66,7 +66,7 @@ Fooling automated tools/scanners : * [PHP](#php) * [Fail2ban](#fail2ban) * [ClamAV](#clamav) - * [Misc](#misc-3) + * [Misc](#misc-2) - [Include custom configurations](#include-custom-configurations) - [Cache data](#cache-data) - [Create your own image](#create-your-own-image) @@ -90,7 +90,7 @@ Web files are stored in the /www directory, the container will serve files from docker network create mynet docker run --network mynet \ -p 80:8080 \ - -v /path/to/web/files:/www:ro + -v /path/to/web/files:/www:ro \ -e REMOTE_PHP=myphp \ -e REMOTE_PHP_PATH=/app \ bunkerity/bunkerized-nginx