diff --git a/changelog/6.6.1_2024-10-24/fix-healthchecks.md b/changelog/6.6.1_2024-10-24/fix-healthchecks.md new file mode 100644 index 00000000000..ba745357437 --- /dev/null +++ b/changelog/6.6.1_2024-10-24/fix-healthchecks.md @@ -0,0 +1,5 @@ +Bugfix: Fix healthchecks + +We needed to replace 0.0.0.0 bind addresses by outbound IP addresses in the healthcheck routine. + +https://github.com/owncloud/ocis/pull/10405