This commit is contained in:
Nitish 2019-12-06 17:28:49 +05:30 committed by GitHub
parent 0ec17299ce
commit 25f94a3f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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