0

I try to run FSCrawler via docker-compose following the steps described in https://fscrawler.readthedocs.io/en/fscrawler-2.9/installation.html#using-docker-compose.

ELASTIC_VERSION = "7.17.8"  
FSCRAWLER_VERSION = "2.9"  
PWD = ""

I verified that elasticsearch is running sucessfully.

On running docker-compose up fscrawler, I get the following exception.

Console Output

Fried
  • 41
  • 2

1 Answers1

1

You need to use the 2.10-SNAPSHOT which is much more stable although the name does not say that ;)

dadoonet
  • 14,109
  • 3
  • 42
  • 49
  • Could you create a new post or update the original one with this new information? Because it seems to be totally unrelated to the original issue. – dadoonet Jan 19 '23 at 11:44