aquova / terraria-docker

A Docker image for hosting a Terraria server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraria Docker

A Docker image for hosting Terraria servers.

Currently on Terraria version 1.4.4.9

Usage

Build the Docker image by running:

docker build -t terraria .

If you have Docker Compose installed, you can run the container via:

docker compose up -d

This will start the server on port 7777, placing created worlds in a worlds directory.

You will need to have a configuration file titled config.ini in this directory when you build, filled out as shown here.

About

A Docker image for hosting a Terraria server


Languages

Language:Dockerfile 100.0%