Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docker-compose.yml « scripts - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c70aaa0fe4ef895f3d581ea5912030f698b3165c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2021-2022 The Mumble Developers. All rights reserved.
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.

version: '3'
services:
  mumble-server:
    build: github.com/mumble-voip/mumble#master
    container_name: mumble-server
    ports:
        - 64738:64738/tcp
        - 64738:64738/udp
    volumes:
      - ./murmur.ini:/etc/murmur/murmur.ini
      - ./data:/var/lib/murmur/
    restart: unless-stopped