https://github.com/hotarublaze/tes3mp-docker
https://github.com/hotarublaze/tes3mp-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hotarublaze/tes3mp-docker
- Owner: HotaruBlaze
- Created: 2022-05-04T01:54:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T07:13:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T15:39:10.057Z (5 months ago)
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## TES3MP Personal Alternative Docker Image.
### Enviroment Variables with Defaults
```
SERVER_NAME = My TES3MP Server
LOCAL_IP = 0.0.0.0
SERVER_PORT = 25565
MAX_PLAYERS = 64
ENABLE_MASTERSERVER = true
SERVER_PASSSWORD = ""
```#### To use:
`docker pull ghcr.io/hotarublaze/tes3mp-docker:0.8.1`#### To Build:
`docker build --build-arg TES3MP_VERSION=0.8.1 -t tes3mp-docker:0.8.1 .`