Greetings, I am unable to run the testcontainers based integration tests on my Fedora 42 system. I don't know if the problem is in Fedora 42 or in the testcontainers, but obviously the code works on a multitude of other OSs and versions.
I have found that if I add `whithLocalCompose(true)` to the `ComposeContainer` created in the `TestContext` class it works. I would like to add an environment variable TEST_LOCAL_COMPOSE that if set 'true' will add the `whithLocalCompose(true)` to the `ComposeContainer`. Now I know that this is specific to my current problem, but I suspect that in future there will be others that can be resolved with this solution. Is there any objection to my opening an issue and PR to cover this? Does anyone know of a different solution? Thanks, Claude