Issue-ID: DCAEGEN2-1726
Change-Id: Icc3ed801909750de5d6ba2f65f042e05e39797e1
Signed-off-by: Izabela Zawadzka <izabela.zawadzka@nokia.com>
     static DockerComposeContainer createContainerInstance(){
         return new DockerComposeContainer(
                 new File(DOCKER_COMPOSE_FILE_PATH))
-                .withExposedService(DMAAP_SERVICE_NAME, DMAAP_SERVICE_EXPOSED_PORT);
+                .withExposedService(DMAAP_SERVICE_NAME, DMAAP_SERVICE_EXPOSED_PORT)
+                .withLocalCompose(true);
     }
 
     private static String getDockerComposeFilePath(String resourceName){