1
0
Fork 0

Add missing trailing slash

Dieser Commit ist enthalten in:
Nick Fox 2018-12-26 10:30:21 -05:00
Ursprung b20516d645
Commit f694d6f839
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 82719985805A7CA8

Datei anzeigen

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