-
PICHOU Kyâne authoredPICHOU Kyâne authored
README.md 666 B
Murmur
Docker image for a simple Mumble server (Murmur)
Configuration
Some environment variables allow to configure Murmur at startup :
-
MAX_BANDWIDTH
: integer, maximum bandwidth clients are allowed speech at (default is128000
bps) -
MAX_USERS
: integer, maximum number of users on the server (default is100
) -
METRICS_SERVER_LABEL
: Name of this Murmur server to add as metrics label
Mounted volumes
Murmur store its server database and configuration files under /data/
folder. You should mount this directory on your host.
Network
Murmur is listening both TCP and UDP on port 64738. You should bind this container port to your host.