From 7bae82d411c25b481d40449ba78fd6665de801cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Thu, 29 Apr 2021 20:20:57 +0200 Subject: [PATCH] Changed bw-data to vw-data according to the README --- Changing-the-API-request-size-limit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changing-the-API-request-size-limit.md b/Changing-the-API-request-size-limit.md index 369cd81..3f0af6a 100644 --- a/Changing-the-API-request-size-limit.md +++ b/Changing-the-API-request-size-limit.md @@ -5,7 +5,7 @@ To set the limit, you can use the `ROCKET_LIMITS` variable. Example here shows 1 ```sh docker run -d --name bitwarden \ -e ROCKET_LIMITS={json=10485760} \ - -v /bw-data/:/data/ \ + -v /vw-data/:/data/ \ -p 80:80 \ vaultwarden/server:latest ``` \ No newline at end of file