Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.88 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.88 KB

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