Skip to content

A containerized version of the mumble VoIP server

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE_MUMBLE
Notifications You must be signed in to change notification settings

chrisdeutsch/docker-mumble

Repository files navigation

docker-mumble

A containerized version of the Mumble VoIP server.

Docker Compose

An exemplary docker-compose.yml is shown below:

---
services:
  server:
    image: ghcr.io/chrisdeutsch/mumble-server:latest
    container_name: mumble-server
    restart: unless-stopped
    volumes:
      - ./config:/config
      - ./data:/data
    environment:
      - TZ=Europe/Berlin
    ports:
      - "64738:64738/tcp"
      - "64738:64738/udp"

About

A containerized version of the mumble VoIP server

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE_MUMBLE

Stars

Watchers

Forks

Releases

No releases published