Trying to setup Solr in Docker and use it with Autopsy

I have these runnings with no error

PostgreSQL
ActiveMQ
Zookeeper

But the Solr part is borked and fires error as soon as I try to create a case.

operation: create failed:org.apache.solr.common.SolrException: Can not find the specified config set: AutopsyConfig
2023-12-03 11:10:12     at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.validateConfigOrThrowSolrException(OverseerCollectionMessageHandler.java:724)
2023-12-03 11:10:12     at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:143)
2023-12-03 11:10:12     at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
2023-12-03 11:10:12     at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:517)
2023-12-03 11:10:12     at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:212)
2023-12-03 11:10:12     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
2023-12-03 11:10:12     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
2023-12-03 11:10:12     at java.base/java.lang.Thread.run(Unknown Source)
2023-12-03 11:10:12 

I have mapped my Windows installation of Autopsy as I think is the correct way to get the AutopsyConfig to the correct location in Solr instance.

Any clues?