formatting

This commit is contained in:
Diego Lendoiro 2018-01-14 21:15:13 +01:00
parent 7adbe1bb5b
commit 37e61adfab
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,8 @@ $ docker run -e DATASOURCES_DEFAULT_HOST=<mysql_container_host> \
-e DATASOURCES_DEFAULT_PASSWORD=<mysql_password> \
-e DATASOURCES_DEFAULT_USERNAME=<mysql_user> \
-e DATASOURCES_DEFAULT_DATABASE=<mysql_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?