Problems with docker compose up
Closed this issue · 4 comments
I haven't succeeded to run a flawless docker-compose up
command.
I get a long list of steps that run okay, and a lot of warnings and errors but I am not skilled enough to understand what is wrong.
report.txt
Hi @PhillipTommerholt,
It looks like your docker-compose file is out of date, through the report you can see that the version of the Solr being used is an old one (7.7).
Could you please update the docker-compose and check if the problem persists? (you need to download the Config folder as well)
Hi @PhillipTommerholt, this problem is related to the docker configuration on windows.
Please enable disk sharing through the Docker application.
Let me know if you need help
Thanks a lot! It worked
Sadly I ran into a showstopper - I do not have enough memory at my current machine. But thanks for helping.