conduit: disable healthcheck
parent
f36490d93c
commit
44f54ebe19
|
@ -6,6 +6,9 @@ services:
|
|||
conduit:
|
||||
image: 'matrixconduit/matrix-conduit:next'
|
||||
|
||||
healthcheck:
|
||||
disable: true
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
replicas: 1
|
||||
|
|
Loading…
Reference in New Issue