I took the original docker compose yaml file wihtout any changes.
After succesfully prunning and rebuilding the database (latest cut), the chainweb-node container does not load the database.
It starts to sync from the beginning.
The yaml script creates a docker volume named "mining-node_chainweb-db".

How do I configure the chainweb-node yaml that it loads the rebuilded database on start up?