I overwritten the following file:
/etc/docker/daemon.json
{
"ipv6": true,
"fixed-cidr-v6": "fd00:dead:beef:c0::/80",
"experimental": true,
"ip6tables": true,
"dns": ["1.1.1.1", "8.8.8.8"]
}
and then recreated the containers with ‘docker compose down && docker compose up -d’
That’s it.
Before that, I tried a few other things, but nothing helped.