From 37e61adfab65cbd15305d282e41c8728484efb39 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Sun, 14 Jan 2018 21:15:13 +0100 Subject: [PATCH] formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37876eb..f5d2bb5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ $ docker run -e DATASOURCES_DEFAULT_HOST= \ -e DATASOURCES_DEFAULT_PASSWORD= \ -e DATASOURCES_DEFAULT_USERNAME= \ -e DATASOURCES_DEFAULT_DATABASE= \ - passbolt:local``` + passbolt:local +``` Once the process is done, just navigate to the following url in your browser: https://passbolt_container_ip @@ -95,7 +96,6 @@ Passbolt docker image provides several environment variables to configure differ * PASSBOLT_SECURITY_SET_HEADERS: Forces passbolt to send CSP Headers (defaults to true) * SECURITY_SALT: A random number user in security hashing methods. - ## Advanced configuration What if you already have a set of gpg keys and custom configuration files for passbolt?