0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-18 21:03:51 +02:00

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

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 \
...
```