From 44f54ebe19ea268df109528ea51cd939a00cb714 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Sat, 15 Oct 2022 08:36:41 +0200 Subject: [PATCH] conduit: disable healthcheck --- stacks/matrix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stacks/matrix.yml b/stacks/matrix.yml index c8ef07f..7b8ba65 100644 --- a/stacks/matrix.yml +++ b/stacks/matrix.yml @@ -6,6 +6,9 @@ services: conduit: image: 'matrixconduit/matrix-conduit:next' + healthcheck: + disable: true + deploy: mode: 'replicated' replicas: 1