formatting
This commit is contained in:
parent
7adbe1bb5b
commit
37e61adfab
|
|
@ -46,7 +46,8 @@ $ docker run -e DATASOURCES_DEFAULT_HOST=<mysql_container_host> \
|
||||||
-e DATASOURCES_DEFAULT_PASSWORD=<mysql_password> \
|
-e DATASOURCES_DEFAULT_PASSWORD=<mysql_password> \
|
||||||
-e DATASOURCES_DEFAULT_USERNAME=<mysql_user> \
|
-e DATASOURCES_DEFAULT_USERNAME=<mysql_user> \
|
||||||
-e DATASOURCES_DEFAULT_DATABASE=<mysql_database> \
|
-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
|
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)
|
* PASSBOLT_SECURITY_SET_HEADERS: Forces passbolt to send CSP Headers (defaults to true)
|
||||||
* SECURITY_SALT: A random number user in security hashing methods.
|
* SECURITY_SALT: A random number user in security hashing methods.
|
||||||
|
|
||||||
|
|
||||||
## Advanced configuration
|
## Advanced configuration
|
||||||
|
|
||||||
What if you already have a set of gpg keys and custom configuration files for passbolt?
|
What if you already have a set of gpg keys and custom configuration files for passbolt?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue