commit 3726da9c14ccfd9ff93cafbb1156957c4febf6e8
parent 48e69cebab29585684be4bf22282ff1dd4697d24
Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com>
Date: Tue, 24 Jul 2018 15:28:23 +0200
Merge pull request #103 from mprasil/https_doc_fix
Fixed the documentation for https (resolves #101)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -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.