0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 21:08:55 +02:00

Updated Changing the number of workers (markdown)

Proxymiity ☆ 2021-04-30 00:09:58 +02:00
parent 2348a86f50
commit 0ef02ef6bc

@ -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 \