-
Notifications
You must be signed in to change notification settings - Fork 3
Home
PassiveLemon edited this page Apr 4, 2023
·
3 revisions
- Setup a directory for you server files. Can be something like
/opt/TerrariaServer/
orC:\TerrariaServer\
. - Add your modpack to the previous directory in the sub-directory
ModPacks/
- Run the container: (Make sure to modify any values that you need.)
docker run -d --name tmodloader1.4 -p 7777:7777/tcp -v /opt/TerrariaServer/:/tmodloader/config/ -e MODPACK=(your modpack) -e WORLD=superworld -e VERSION=2022.09.47.44 passivelemon/tmodloader1.4-docker:latest
- Set up port forwarding.