From 498f8b35f5d0dddf76f5b72458e05f1e31da8e37 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 14 Jul 2023 00:50:35 -0500 Subject: [PATCH] Clarified terraria server docker-compose world var --- gameservers/terraria/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gameservers/terraria/docker-compose.yml b/gameservers/terraria/docker-compose.yml index 57cedad..9347015 100644 --- a/gameservers/terraria/docker-compose.yml +++ b/gameservers/terraria/docker-compose.yml @@ -7,8 +7,8 @@ services: stdin_open: true tty: true environment: - - world=YourWorldName # use this if you already have a world save in the config directory - # comment out the above two lines if you don't have a world and need to generate one + - world=YourWorldName # set this to your world's filename (without extension) if you already have a world save in the config directory + # comment out the above two lines on first start if you don't have a world and need to generate one networks: - proxy-tier volumes: