From 24537f8e2f80b83d04970862ed19fac78b8d39b9 Mon Sep 17 00:00:00 2001 From: yaleman Date: Thu, 2 May 2019 14:14:48 +1000 Subject: [PATCH] updated README --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c026c8..936394f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ MISP Docker =========== -https://travis-ci.org/yaleman/misp-docker.svg?branch=master +![](https://travis-ci.org/yaleman/misp-docker.svg?branch=master) The files in this repository are used to create a Docker container running a [MISP](http://www.misp-project.org) ("Malware Information Sharing Platform") instance. @@ -17,16 +17,14 @@ The build is based on Ubuntu and will install all the required components. The f * Creation of the MySQL database * Generation of the admin PGP key - -# Optional NGINX config - -Included is an optional Docker Compose file 'docker-compose-nginx.yml' to spin up a reverse proxy to sit in front of MISP. - ## Config * add your "*.crt" and "*.key" files to the ./misp-proxy/ssl folder If not implementing SSL (not recommended) then simply comment out the appropriate lines in the "./misp-proxy/default.conf" file. * Update "server_name" in default.conf file (will implement ENVIRONMENT VARIABLE in the future) +# Optional NGINX config + +Included is an optional Docker Compose file 'docker-compose-nginx.yml' to spin up a reverse proxy to sit in front of MISP. # Building your image