Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Fixed the documentation for https (resolves #101)
Dieser Commit ist enthalten in:
Ursprung
48e69cebab
Commit
51450a0df9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -138,7 +138,7 @@ docker run -d --name bitwarden \
|
||||||
-v /ssl/keys/:/ssl/ \
|
-v /ssl/keys/:/ssl/ \
|
||||||
-v /bw-data/:/data/ \
|
-v /bw-data/:/data/ \
|
||||||
-v /icon_cache/ \
|
-v /icon_cache/ \
|
||||||
-p 443:443 \
|
-p 443:80 \
|
||||||
mprasil/bitwarden:latest
|
mprasil/bitwarden:latest
|
||||||
```
|
```
|
||||||
Note that you need to mount ssl files and you need to forward appropriate port.
|
Note that you need to mount ssl files and you need to forward appropriate port.
|
||||||
|
|
Laden …
In neuem Issue referenzieren