From daea54b288f5872456c09b7fb84dad4a4fff9777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Thu, 29 Apr 2021 21:13:41 +0200 Subject: [PATCH] Renamed bw-data according to project name change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6003b44..0079926f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Pull the docker image and mount a volume from the host for persistent storage: docker pull vaultwarden/server:latest docker run -d --name vaultwarden -v /vw-data/:/data/ -p 80:80 vaultwarden/server:latest ``` -This will preserve any persistent data under /bw-data/, you can adapt the path to whatever suits you. +This will preserve any persistent data under /vw-data/, you can adapt the path to whatever suits you. **IMPORTANT**: Some web browsers, like Chrome, disallow the use of Web Crypto APIs in insecure contexts. In this case, you might get an error like `Cannot read property 'importKey'`. To solve this problem, you need to access the web vault from HTTPS.