CNAME conf error. Haproxy fail (sorry)

Hello,

I just installed a fresh copy of OpenBalena v3.6.0 on a DigitalOcean Droplet running Ubuntu 22.04.
The only difference from the getting started guide is that I installed the latest version of Docker Compose (v2.6.1) instead of the proposed version (v1.27.4).

I had a similar error to this thread as well as this other thread:

I cannot post my full output of ./scripts/compose logs because the problem is now fixed and I forgot to capture the output before, but basically most of the containers would die instantly.

All this to say that this Github comment mentionned by @aleho (Services crash without log. · Issue #99 · balena-io/open-balena · GitHub) fixed my issue !

echo 'GRUB_CMDLINE_LINUX=systemd.unified_cgroup_hierarchy=false' > /etc/default/grub.d/cgroup.cfg
update-grub
reboot