Skip to content

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 1.49 KB

README.md

File metadata and controls

executable file
·
22 lines (16 loc) · 1.49 KB

battalion-docker

Dockerized Self-Updating Battalion 1944 Community Dedicated Server.

Docker Build Status Docker Pulls Docker Automated build Docker Stars

Running the image

This will spawn a Battalion 1944 community server with the default options.

docker run -d --name battalion --restart=unless-stopped --publish 7777-7780 dmcallejo/battalion-docker

You won't have admin rights, so you might look into the next section too.

Customizing the server

If you want to customize your settings, map the volume /config to your local filesystem and tune the DefaultGame.ini to your liking. If the file doesn't exist the image will create a default one.

docker run -d --name battalion --restart=unless-stopped --publish 7777-7780 -v /your/local/directory:/config dmcallejo/battalion-docker

Self-updater

Container will check for server updates and act accordingly each time it boots. This function is rather rudimentary at this point so it may fail in the future.