Skip to content

jonakoudijs/docker-battalion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status CodeFactor Docker Pulls Image Size MIT License

Battalion 1944 (Legacy) Docker image

Dedicated server of Battalion 1944 (Legacy) on Ubuntu. The image is automatically rebuild every week.

Tags

Usage

Run with default configuration

docker run --name battalion -d \
  -p 27015:27015/tcp -p 27015:27015/udp \
  -p 7777:7777/tcp   -p 7777:7777/udp \
  jonakoudijs/battalion:latest

Run interactively for debugging

docker run -it --entrypoint="" \
  jonakoudijs/battalion:latest /bin/bash

Configuration

The configuration of the server can be done in the server.cfg file. The settings can be overwritten by copying a custom version to /data/config/server.cfg or changing the config file and rebuilding the image.

Sources

License

MIT license