Mods for minetest

Hello good, I had a question, I have configured the server correctly but I don’t know how to activate the minetest-server mods, theoretically I already have it in the appropriate folder…

/home/podman/.local/share/containers/storage/volumes/server/

any ideas

Thank you so much

updated
in theory that volume is connected to the /config/.minetest/mods folder

thans ^^

could you please post the relevant parts of the docker-compose.yml so we can confirm that in theory the volume is mounted to the appropriate folder?

Im use this commando

podman create -v /home/podman/.local/share/containers/storage/volumes/mods:/config/.minetest/mods/ --name minetest -p 30000:30000/udp docker.io/linuxserver/minetest

and next:
podman start minetest