From 598e9fba2bfcf24a74e66a991bf514aec8e114c9 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Wed, 28 Feb 2018 17:54:03 +0100 Subject: [PATCH] more readme details --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16ac4dc..69114b5 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ docker run --name passbolt \ -e DATASOURCES_DEFAULT_USERNAME= \ -e DATASOURCES_DEFAULT_DATABASE= \ -e APP_FULL_BASE_URL=https://mydomain.com \ - passbolt/passbolt:2.0.0-rc1 + passbolt/passbolt:develop-debian ``` Once the container is running create your first admin user: @@ -133,6 +133,6 @@ $ docker-compose up # Requirements: -* rng-tools are required on host machine to speed up entropy generation on containers. +* rng-tools or haveged are required on host machine to speed up entropy generation on containers. This way gpg key creation on passbolt container will be faster. * mysql >= 5.6