mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 01:43:17 +01: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