Hey everyone! I’ve been working with the Luanti Docker image to get all my servers running in a neater fashion, but I’ve run into two fairly major issues (mainly because I’m still learning how to use docker).
First, where is the volume /config/.minetest/? (Noob question, probably has some obvious answer. In my compose.yml, its set to the location of my luanti folder: /Secondary/servers/luanti:/config/.minetest/)
Secondly, when I start the server, it never announces the server to the server list. In my minetest.conf, its got the right line in there for announcing the server: announce_server = true
I’ve got a decent amount of experience with Minetest/Luanti, and typically all you have to do is put the announce_server = true into minetest.conf (and for good measure, I also put it in the main-config/minetest.conf file as well, which isn’t standard in a minetest installation), but in this case for some reason it doesn’t work, so I thought it might be related to that.
Could it be because I’m using the docker volume over a pre-installed and configured Luanti server? (The folder that I put /config/.minetest volume was an already a working portable Luanti installation.)