-
Notifications
You must be signed in to change notification settings - Fork 20
docker healthcheck mlat
wiedehopf edited this page Jun 28, 2024
·
1 revision
context: docker healthcheck / docker exec -it performance issues: https://github.com/moby/moby/issues/39102
pi3 MLAT issues can be triggered by this. thus if you have a pi3 and MLAT issues, turning off all healthchecks is advisable. you'll have to add this to each of your services in your compose yml:
healthcheck:
disable: true
It's not the healtcheck script itself that causes the issue but the infrastructure that calls it.