commit 51450a0df96425721e49fbb08a9f8d2a5347d45f
parent 48e69cebab29585684be4bf22282ff1dd4697d24
Author: Miroslav Prasil <miroslav@prasil.info>
Date: Tue, 24 Jul 2018 12:32:41 +0100
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.