Just an FYI and heads up for anyone (like me) that is running HA and HB via docker, the latest release of DSM (6.1.4-15217) and Docker for DSM (17.05.0-0348) break HB. I tested multiple HB and HA docker containers trying to find a good combination, but it wasn’t until I downgraded my Synology DSM to 6.1.3-15152 Update 8 and installed Docker 1.11.2-0329 from the Package Center that things started working again. The error I was receiving in the log for HB was repeated attempts to setup the avahi service (another name for the Bonjour File Service). My Synology serves up a Time Machine destination using Bonjour and having it enabled broke HB due to the service already running on the host networking service.
I don’t know yet which one breaks HB, but I’ll find out soon as downgrading DSM has presented a separate unique issue and is probably why Synology does not recommend downgrading.
EDIT: For reference, I am using the official HA docker container and the HB docker container released by oznu found here and on GitHub.