Container image for BeamMP-Server, built from official GitHub release binaries.
ghcr.io/howken/beammp-container:<version>
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.0Push a tag matching the BeamMP release version:
git tag v3.9.0
git push origin v3.9.0Or trigger manually via GitHub Actions workflow dispatch.
A weekly schedule also checks for new upstream releases automatically.