From 3f6aa420a9f3b53f4e6dbd5fe9b36bcbc29653f9 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Mon, 24 Feb 2020 12:06:09 -0500 Subject: [PATCH] Update README.md to reflect change to nginx --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d732ff1..63dc569 100644 --- a/README.md +++ b/README.md @@ -52,18 +52,16 @@ Finally, copy any changes you make outside of the container for commiting to you ### Production - Use docker-compose, or some other config management tool -- Directory volume mount SSL Certs /etc/apache2/ssl/ - - DH Parameters: dhparams.pem +- Directory volume mount SSL Certs `./ssl`: `/etc/ssl` - Certificate File: cert.pem - Certificate Key File: key.pem - - Certificate Chain File: chain.pem -- Directory volume mount and create configs: /var/www/MISP/app/Config/ +- Directory volume mount and create configs: `/var/www/MISP/app/Config/` - Additional directory volume mounts: - - /var/www/MISP/app/files - - /var/www/MISP/.gnupg - - /var/www/MISP/.smime + - `/var/www/MISP/app/files` + - `/var/www/MISP/.gnupg` + - `/var/www/MISP/.smime` ## Image file sizes