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