mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 22:42:51 +01:00
Updated Changing the number of workers (markdown)
parent
2348a86f50
commit
0ef02ef6bc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ When you run vaultwarden, it spawns `2 * <number of cpu cores>` workers to handl
|
||||||
In the example below, we're starting with 20 workers:
|
In the example below, we're starting with 20 workers:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -d --name bitwarden \
|
docker run -d --name vaultwarden \
|
||||||
-e ROCKET_WORKERS=20 \
|
-e ROCKET_WORKERS=20 \
|
||||||
-v /vw-data/:/data/ \
|
-v /vw-data/:/data/ \
|
||||||
-p 80:80 \
|
-p 80:80 \
|
||||||
|
|
Loading…
Reference in a new issue