Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Add missing trailing slash
Dieser Commit ist enthalten in:
Ursprung
b20516d645
Commit
f694d6f839
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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 \
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren