Open bobbybob91 opened 1 year ago
Hello, are you using my terraria docker version? I don't have this variable. I am using
DOWNLOAD_VERSION=1449
FILENAME_CONFIG=serverconfig.txt
FILENAME_WORLD=world.wld
FILENAME_BANLIST=banlist.txt
Out of all dockerized solutions I do recommend you this one. It is frustrating to work with the others, especially for a user not familiar with docker and related stuff.
Hello,
I have followed your tutorial on how to have the Terraria server running and I am facing a problem.
When I remove the FILENAME_WORLD command I can create a new world without any issues.
However when I want to import a previous world, the FILENAME_WORLD command with WORLDPATH don't seem to work.
The container crashes on startup and tells me that there is no world file in -v:/root/.local/share/Terraria/Worlds
The journal logs show that the WORLDPATH environment is not taken into account.
Am I missing something?
Thank you