A Docker image for hosting a Terraria server
  • Dockerfile 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-10-24 17:47:33 -05:00
.gitignore Initial commit 2022-09-28 18:19:36 -05:00
docker-compose.yml Initial commit 2022-09-28 18:19:36 -05:00
Dockerfile Update to server version 1.4.4.7 2022-10-24 17:47:33 -05:00
README.md Update to server version 1.4.4.7 2022-10-24 17:47:33 -05:00

Terraria Docker

A Docker image for hosting Terraria servers.

Currently on Terraria version 1.4.4.7.

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.