Dedicated server of Battalion 1944 (Legacy) on Ubuntu. The image is automatically rebuild every week.
docker run --name battalion -d \
-p 27015:27015/tcp -p 27015:27015/udp \
-p 7777:7777/tcp -p 7777:7777/udp \
jonakoudijs/battalion:latest
docker run -it --entrypoint="" \
jonakoudijs/battalion:latest /bin/bash
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.