dockerfiles/murmur/README.md

809 B

murmur

Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming.

docker-compose.yml

murmur:
  image: vimagick/murmur
  ports:
    - "64738:64738/tcp"
    - "64738:64738/udp"
  restart: always

Server Setup

$ docker-compose up -d
$ docker-compose logs

Superuser password was generated at startup.

Client Setup