mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-10 13:43:56 +00:00
Change number of workers in image, document the setting (fixes #90)
This commit is contained in:
parent
458a238c38
commit
06f7bd7c97
2 changed files with 16 additions and 0 deletions
|
@ -68,6 +68,7 @@ RUN cargo build --release
|
|||
FROM debian:stretch-slim
|
||||
|
||||
ENV ROCKET_ENV "staging"
|
||||
ENV ROCKET_WORKERS=10
|
||||
|
||||
# Install needed libraries
|
||||
RUN apt-get update && apt-get install -y\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue