Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.
/ terraria Public archive

Terraria server with automatic world generation and the possibility to store / inject a world using a Docker mount

License

Notifications You must be signed in to change notification settings

luzifer-docker/terraria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luzifer-docker/terraria

This image contains a Terraria 1.3.5.3 server with automatic world generatation and the possibility to store / inject a world using a Docker mount

How to run

You can simply run the image with the default settings:

$ docker run -d --name=terraria -p 7777:7777 luzifer/terraria

If you want the world to persist you can mount a volume into the container:

$ docker run -d --name=terraria -p 7777:7777 -v ~/terraria:/data luzifer/terraria

Interacting with the server command line

In case you want to use the console commands on the Terraria server this image has a helper for you:

$ docker exec terraria terraria_cmd save

About

Terraria server with automatic world generation and the possibility to store / inject a world using a Docker mount

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published