Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 587 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 587 Bytes

tmodloader-docker

Terraria server 1.3.5.3 with tModLoader v0.11.1

Quick Start

docker run -it --name terraria -p 7777:7777 ldericher/tmodloader

Adding worlds

docker run -it --name terraria -p 7777:7777 -v /path/to/.../terraria:/terraria ldericher/tmodloader

More info

How to run and manipulate a vanilla terraria container. Most of these apply here. Original walkthrough on reddit by GhostInThePrompt.