1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-20 18:43:57 +00:00

Allow self signed certs and increase a bit the timings

This commit is contained in:
Daniel García 2019-09-11 22:01:42 +02:00
parent ae8bf954c1
commit f9408a00c6
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
11 changed files with 11 additions and 11 deletions

View file

@ -100,7 +100,7 @@ COPY --from=build /app/target/aarch64-unknown-linux-gnu/release/bitwarden_rs .
COPY docker/healthcheck.sh ./healthcheck.sh
HEALTHCHECK --interval=10s --timeout=1s CMD sh healthcheck.sh || exit 1
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
# Configures the startup!
CMD ["./bitwarden_rs"]