aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2018-07-24 12:32:41 +0100
committerMiroslav Prasil <[email protected]>2018-07-24 12:32:41 +0100
commit51450a0df96425721e49fbb08a9f8d2a5347d45f (patch)
tree23a869fad5c2f667cb743ebcec4fab7f69e2ab66
parent48e69cebab29585684be4bf22282ff1dd4697d24 (diff)
downloadvaultwarden-51450a0df96425721e49fbb08a9f8d2a5347d45f.tar.gz
vaultwarden-51450a0df96425721e49fbb08a9f8d2a5347d45f.zip
Fixed the documentation for https (resolves #101)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f05a6e96..cf526b5a 100644
--- 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.