This now uses the new docker compose plugin.
Because we used docker-compose v1.24.1 to this point due to centos needing to install C toolchains to build never versions, the newest Docker v25 breaks compatibility and we need to use something newer.
With the recent update to telegraf's container image it now runs under its own user and thus we need to change the permissions to make the config file accessible for the new user.
See https://github.com/influxdata/influxdata-docker/pull/536