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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordiftucs <95053553+diftucs@users.noreply.github.com>2021-12-25 05:38:26 +0300
committerdiftucs <95053553+diftucs@users.noreply.github.com>2021-12-28 16:14:39 +0300
commit02f1d0bdb5dcf3a1adf00accb144682dcc8c264f (patch)
treec920c71dc232bd018f798480b53348a6ff755db7 /docs
parentabcb8634b777075521c27d9b6e2d24df318792c8 (diff)
DOCS(docker): Repair and improve links
Replace the absolute, GitHub-dependent links with relative ones including link text. Cleans up both links and fixes the one that was broken.
Diffstat (limited to 'docs')
-rw-r--r--docs/DockerCompose.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DockerCompose.md b/docs/DockerCompose.md
index 40d00a026..9a10396bd 100644
--- a/docs/DockerCompose.md
+++ b/docs/DockerCompose.md
@@ -4,11 +4,11 @@
1. Make a new directory and create a new file inside called `docker-compose.yml`
-2. Copy the information from https://github.com/mumble-voip/mumble/scripts/docker-compose.yml into the new file
+2. Copy the information from [the default docker-compose.yml](../scripts/docker-compose.yml) into the new file
3. Create the data folder and make 1000 its owner
-4. Create a new file called `murmur.ini` and copy the information from https://github.com/mumble-voip/mumble/blob/master/scripts/murmur.ini
+4. Create a new file called `murmur.ini` and copy the information from [the default murmur.ini](../scripts/murmur.ini)
Be sure to change `database=` to `database=/var/lib/murmur/murmur.sqlite` in this file to ensure that the database is created in the correct location. Edit the rest of the file to your liking