Skip to content

howken/beammp-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

beammp-container

Container image for BeamMP-Server, built from official GitHub release binaries.

Image

ghcr.io/howken/beammp-container:<version>

Usage

docker run -d \
  -p 30814:30814/tcp \
  -p 30814:30814/udp \
  -e BEAMMP_AUTH_KEY=your-key-here \
  -v ./ServerConfig.toml:/beammp/ServerConfig.toml \
  -v beammp-data:/beammp/Resources \
  ghcr.io/howken/beammp-container:v3.9.0

Building a new version

Push a tag matching the BeamMP release version:

git tag v3.9.0
git push origin v3.9.0

Or trigger manually via GitHub Actions workflow dispatch.

A weekly schedule also checks for new upstream releases automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors