Skip to content

An up to date Docker image for the Mumble server named murmur.

License

Notifications You must be signed in to change notification settings

theAkito/docker-murmur

Repository files navigation

Docker Cloud Build Status Docker Image Version (latest semver)

Docker Stars Docker Pulls

Docker Image Size (latest semver) Docker Cloud Automated build

Upstream

GitHub Liberapay patrons

Description

This is a repository providing a Docker image featuring murmur.

Usage

  1. Check docker-compose.yaml and adjust for example the mountpoint location of the /data volume to your system.
  2. Tweak murmur.ini to your needs.
  3. Copy murmur.ini to the location set as a mountpoint in the docker-compose.yaml. Default is: /home/murmur/data

Then, run the deployment with docker-compose:

docker-compose up -d

Getting the super-user password

On first run, if you don't already have an existing state database, you'll want to look at the logs for your container to get the super-user password:

$ docker logs -f murmur 2>&1 | grep Password
<W>2014-07-27 01:41:31.256 1 => Password for 'SuperUser' set to '(mAq3hkwnkD'

License

Copyright (C) 2020-2023 Akito [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

An up to date Docker image for the Mumble server named murmur.

Resources

License

Stars

Watchers

Forks

Packages

No packages published