https://github.com/rochdev/docker-terraria
Terraria vanilla server with tModLoader
https://github.com/rochdev/docker-terraria
Last synced: 3 months ago
JSON representation
Terraria vanilla server with tModLoader
- Host: GitHub
- URL: https://github.com/rochdev/docker-terraria
- Owner: rochdev
- Created: 2019-02-13T00:11:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T22:16:30.000Z (over 7 years ago)
- Last Synced: 2025-01-01T07:44:51.074Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-terraria
Terraria vanilla server with tModloader.
## Start the server
```sh
docker run -it --name=terraria \
--restart="always" \
-p 7777:7777 \
-v "/path/to/modloader":/root/.local/share/Terraria/ModLoader \
-v "/path/to/serverconfig.txt":/opt/terraria/Linux/serverconfig.txt \
rochdev/terraria
```
## Attach to server console
```sh
docker attach terraria
```
## Detach from server console
```sh
crtl+p crtl+q
```