Add missing trailing slash

This commit is contained in:
Nick Fox 2018-12-26 10:30:21 -05:00
parent b20516d645
commit f694d6f839
No known key found for this signature in database
GPG Key ID: 82719985805A7CA8
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ Note that if SMTP and invitations are enabled, invitations will be sent to new u
```sh
docker run -d --name bitwarden \
...
-e DOMAIN=https://vault.example.com
-e DOMAIN=https://vault.example.com \
...
```