terraria/README.md
Knut Ahlers 4151a995b7
Update README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-06-03 14:13:15 +02:00

474 B

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 -p 7777:7777 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 luzifer/terraria