aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2018-09-16 12:27:29 +0100
committerMiroslav Prasil <[email protected]>2018-09-16 12:27:29 +0100
commit404fe5321eaf6ea5f0f040604796f1ceb9fd70f0 (patch)
tree7f8cbd2ef9ae4809c58b8f08cafc9746d2b3389b /README.md
parente7dd239d20d35d227f1c365844571cdf53486e6c (diff)
downloadvaultwarden-404fe5321eaf6ea5f0f040604796f1ceb9fd70f0.tar.gz
vaultwarden-404fe5321eaf6ea5f0f040604796f1ceb9fd70f0.zip
Fixed code block
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 163631f9..df5f8345 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,8 @@ These files are symlinked to ../../archive/mydomain/mykey.pem
So to use from bitwarden container:
-```sudo docker run -d --name bitwarden \
+```sh
+docker run -d --name bitwarden \
-e ROCKET_TLS='{certs="/ssl/live/mydomain/cert.pem",key="/ssl/live/mydomain/privkey.pem"}' \
-v /etc/letsencrypt/:/ssl/ \
-v /bw-data/:/data/ \