forgot to add backlash to indicate multiline command

This commit is contained in:
Jace Manshadi 2018-10-22 18:46:13 -07:00 committed by GitHub
parent 1413ca4886
commit 29f6005448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ Then you can start passbolt just by providing the database container ip in the
```bash ```bash
$ docker run --name passbolt \ $ docker run --name passbolt \
-p 80:80 -p 80:80 \
-p 443:443 -p 443:443 \
-e DATASOURCES_DEFAULT_HOST=<mariadb_container_host> \ -e DATASOURCES_DEFAULT_HOST=<mariadb_container_host> \
-e DATASOURCES_DEFAULT_PASSWORD=<mariadb_password> \ -e DATASOURCES_DEFAULT_PASSWORD=<mariadb_password> \
-e DATASOURCES_DEFAULT_USERNAME=<mariadb_user> \ -e DATASOURCES_DEFAULT_USERNAME=<mariadb_user> \