mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-12 04:52:47 +01:00
renamed docker image
parent
57bc4628b7
commit
2348a86f50
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ By default the API calls are limited to 10MB. This should be sufficient for most
|
||||||
To set the limit, you can use the `ROCKET_LIMITS` variable. Example here shows 10MB limit for posted json in the body (this is the default):
|
To set the limit, you can use the `ROCKET_LIMITS` variable. Example here shows 10MB limit for posted json in the body (this is the default):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -d --name bitwarden \
|
docker run -d --name vaultwarden \
|
||||||
-e ROCKET_LIMITS={json=10485760} \
|
-e ROCKET_LIMITS={json=10485760} \
|
||||||
-v /vw-data/:/data/ \
|
-v /vw-data/:/data/ \
|
||||||
-p 80:80 \
|
-p 80:80 \
|
||||||
|
|
Loading…
Reference in a new issue