Flowfuse new installation issue with docker-compse?

Hi,

I would like to ask, if anyone had an issue with new installation of Flowfuse?
I followed the Docker install • FlowFuse Docs
Where I changed the .env to my domain and to TLS_ENABLED=true.
When I run the I get the error.

docker compose --profile autotls -p flowfuse up -d
configs.nginx_stream Additional property content is not allowed

For context. I tried to do the upgrade from 2.8.0 with same result. Than I tried to do just fresh new based on doco with same result.
It looks like issue with formating of the yml, but I am far from sure where to start.

Anyone would be provide some pointers where to start?
Thank you

The content property of the config field was introduced in Docker Compose v2.23.1. Please update your docker-compose version to use the specified compose file for creating the FlowFuse stack.