1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-09-19 17:01:32 +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 \
...
```