An open API service indexing awesome lists of open source software.

https://github.com/halsekiraika/modded-terraria-server

Modded Terraria Server Docker Image
https://github.com/halsekiraika/modded-terraria-server

dockerfile terraria terraria-server

Last synced: 5 months ago
JSON representation

Modded Terraria Server Docker Image

Awesome Lists containing this project

README

          

# How to Use

## Run Server
```sh
docker run -it \
-v "$(pwd)"/Worlds:/root/.local/share/Terraria/ModLoader/Worlds \
-v "$(pwd)"/Mods:/root/.local/share/Terraria/ModLoader/Mods \
--name=terraria \
terraria
```