Terraria server with automatic world generation and the possibility to store / inject a world using a Docker mount
Go to file
Knut Ahlers 7ff42e3dc2
Update Terraria v1.3.4.4
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-06 21:21:57 +01:00
config.ini Update Terraria v1.3.4.4 2018-01-06 21:21:57 +01:00
Dockerfile Update Terraria v1.3.4.4 2018-01-06 21:21:57 +01:00
README.md First version of terraria server in 1.3.0.8 2015-11-22 13:25:25 +01:00
start.sh Update Terraria v1.3.4.4 2018-01-06 21:21:57 +01:00

luzifer-docker/terraria

This image contains a Terraria 1.3.0.8 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 -p 7777:7777 quay.io/luzifer/terraria

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

docker run -d -p 7777:7777 -v ~/terraria:/data quay.io/luzifer/terraria