Minetest game switching help

Hey there I have a server I installed through docker-compose, and it comes with the default minetest game, but I wanted to use the mineclone2 game downloaded from the minetest website, I uploaded it to the games folder then went and changed this line “–gameid minetest --port 30000” to “–gameid mineclone2 --port 30000”, but I didn’t use the new game even after a restart, I in the debug file it says it can’t fine the a game with that game id, but I doubled check the spelling and it is right, so what am I missing here? Any ideas what to try?