0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-09 23:48:56 +02:00

Fixed the documentation for https (resolves #101)

This commit is contained in:
Miroslav Prasil 2018-07-24 12:32:41 +01:00
parent 48e69cebab
commit 51450a0df9

View file

@ -138,7 +138,7 @@ docker run -d --name bitwarden \
-v /ssl/keys/:/ssl/ \
-v /bw-data/:/data/ \
-v /icon_cache/ \
-p 443:443 \
-p 443:80 \
mprasil/bitwarden:latest
```
Note that you need to mount ssl files and you need to forward appropriate port.