v1.2.0 release
This commit is contained in:
parent
42e4298b5c
commit
700dfc0184
@ -51,7 +51,7 @@ Fooling automated tools/scanners :
|
|||||||
+ [HTTP](#http)
|
+ [HTTP](#http)
|
||||||
+ [Custom certificate](#custom-certificate)
|
+ [Custom certificate](#custom-certificate)
|
||||||
+ [Self-signed certificate](#self-signed-certificate)
|
+ [Self-signed certificate](#self-signed-certificate)
|
||||||
+ [Misc](#misc-2)
|
+ [Misc](#misc-1)
|
||||||
* [ModSecurity](#modsecurity)
|
* [ModSecurity](#modsecurity)
|
||||||
* [Security headers](#security-headers)
|
* [Security headers](#security-headers)
|
||||||
* [Blocking](#blocking)
|
* [Blocking](#blocking)
|
||||||
@ -66,7 +66,7 @@ Fooling automated tools/scanners :
|
|||||||
* [PHP](#php)
|
* [PHP](#php)
|
||||||
* [Fail2ban](#fail2ban)
|
* [Fail2ban](#fail2ban)
|
||||||
* [ClamAV](#clamav)
|
* [ClamAV](#clamav)
|
||||||
* [Misc](#misc-3)
|
* [Misc](#misc-2)
|
||||||
- [Include custom configurations](#include-custom-configurations)
|
- [Include custom configurations](#include-custom-configurations)
|
||||||
- [Cache data](#cache-data)
|
- [Cache data](#cache-data)
|
||||||
- [Create your own image](#create-your-own-image)
|
- [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 network create mynet
|
||||||
docker run --network mynet \
|
docker run --network mynet \
|
||||||
-p 80:8080 \
|
-p 80:8080 \
|
||||||
-v /path/to/web/files:/www:ro
|
-v /path/to/web/files:/www:ro \
|
||||||
-e REMOTE_PHP=myphp \
|
-e REMOTE_PHP=myphp \
|
||||||
-e REMOTE_PHP_PATH=/app \
|
-e REMOTE_PHP_PATH=/app \
|
||||||
bunkerity/bunkerized-nginx
|
bunkerity/bunkerized-nginx
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user