Sign inSign up

jonakoudijs/battalion

By jonakoudijs

Updated over 1 year ago

Battalion 1944 (Legacy) Docker image

Image
0

665

jonakoudijs/battalion repository overview

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

Tag summary

Content type

Image

Digest

sha256:66f2f3f9d

Size

1.9 GB

Last updated

over 1 year ago

docker pull jonakoudijs/battalion