From ad918df3442114fab92a9e1568dd253cb36f1c90 Mon Sep 17 00:00:00 2001 From: Tangent Date: Wed, 6 May 2026 22:10:58 -0600 Subject: [PATCH] Update luanti-server/docker-compose.yml --- luanti-server/docker-compose.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/luanti-server/docker-compose.yml b/luanti-server/docker-compose.yml index f0b9f30..5328844 100644 --- a/luanti-server/docker-compose.yml +++ b/luanti-server/docker-compose.yml @@ -1,3 +1,8 @@ +# TODO set volume directories +# TODO change ALL_CAPS environment variables in all locations +# (this is just WORLD_NAME here - it CANNOT have special characters or spaces, and must not start with a number) +# Normally, I use external management to open up ports, but the definitions here are necessary. + volumes: LUANTI_SERVER: driver: local @@ -17,8 +22,8 @@ services: # - default environment: - TZ=America/Denver - # do not use --terminal or --server - - "CLI_ARGS=--gameid minetest" + # do not use --terminal or --server or --worldname + - "CLI_ARGS=--gameid minetest --world /config/.minetest/worlds/WORLD_NAME" volumes: - LUANTI_SERVER:/config/.minetest ports: