Added: Documentation for caveats on healthcheck as stated on #126

This commit is contained in:
Diego Lendoiro 2019-08-08 17:42:32 +02:00
parent 17ff7c2cfc
commit 548880a20d
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
1 changed files with 8 additions and 0 deletions

View File

@ -155,6 +155,14 @@ Usage:
$ docker-compose up $ docker-compose up
``` ```
### CLI healthcheck
In order to run the healtcheck from the CLI on the container:
```
$ su -c "source /etc/environment; bin/cake passbolt healtcheck" -s /bin/bash www-data
```
# Requirements: # Requirements:
* rng-tools or haveged 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.