commit f694d6f839d205f1ff9a4cbdb359f08b099ce640 parent b20516d645a2eeb0c626e666ae4f62f67880105b Author: Nick Fox <nick@foxsec.net> Date: Wed, 26 Dec 2018 10:30:21 -0500 Add missing trailing slash Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -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 \ ... ```