Browse Source
Merge pull request #103 from mprasil/https_doc_fix
Fixed the documentation for https (resolves #101)
pull/104/head
Daniel García
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|