Skip to content

thobiasn/mordhau-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Based of the image by cm2network found at: https://hub.docker.com/r/cm2network/mordhau. The config and paks directories are shared with the container and copied to their respective directories. This means that changes to files in either of these directories will be applied on container restart.

Mods

How to use

git clone https://github.com/thobiasn/mordhau-docker && cd mordhau-docker

Adjust the config files found at /config and add any custom pak files to the /paks folder.

docker build -t mordhau-docker .

docker run -d --net=host \
    -v "$PWD":/tmp/mordhau \
    --name=mordhau-docker \
    mordhau-docker

Specifying ports at runtime (for running multiple containers)

docker run -d --net=host \
    -v "$PWD":/tmp/mordhau \
    --name=mordhau-docker \
    --env SERVER_PORT=7777 \
    --env SERVER_QUERYPORT=27015 \
    --env SERVER_BEACONPORT=15000 \
    --env SERVER_RCONPORT=0 \
    mordhau-docker

To update config files or add new mods, simply make the changes and restart the container.

About

Mordhau Docker Image with mod support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages