Skip to content

polyculeli/power-bomberman-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power Bomberman Docker

A minimal Power Bomberman container to run the server.

Container Tags

The tags for this container will be in varying granularities. As a basis you have the following tags:

  • latest: Always the latest major and minor version.
  • <version>: E.g. `power-bomberman:0.7.7c
  • <version>.`: This is tied to the server version and build version if you want it completely pinned down.

Environment Variables

  • PB_NAME: Server name
  • PB_PORT: Server port
  • PB_MAX_CLIENTS: Maximum allowed clients to connect to the server. Any exceeding connection attempts will be rejected.
  • PB_MAX_ROOMS: Maximum amount of rooms allowed to be running at the same time.
  • PB_LATENCY_MODE: Latency mode. Lower is better! Possible options are low, medium, and high.

Running With Docker

To run the server normally with docker, just execute

docker run -it --name power-bomberman -p 64640:64640 alicianibbles/power-bomberman:latest

About

Docker container for running a Power Bomberman server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors