mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-22 03:43:06 +00:00
Add missing trailing slash
This commit is contained in:
parent
b20516d645
commit
f694d6f839
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ Note that if SMTP and invitations are enabled, invitations will be sent to new u
|
||||||
```sh
|
```sh
|
||||||
docker run -d --name bitwarden \
|
docker run -d --name bitwarden \
|
||||||
...
|
...
|
||||||
-e DOMAIN=https://vault.example.com
|
-e DOMAIN=https://vault.example.com \
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue