Fixed code block

This commit is contained in:
Miroslav Prasil 2018-09-16 12:27:29 +01:00
parent e7dd239d20
commit 404fe5321e
1 changed files with 2 additions and 1 deletions

View File

@ -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/ \