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
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-01-17 17:49:28 +0300
committerGitHub <noreply@github.com>2022-01-17 17:49:28 +0300
commit551d4e87f716434c27b717d440d720d0e6d8a112 (patch)
treede011a81bb02bbc0081f5b7ddb624027b17fb20f
parentacda34d9288eeec239f378a3682e7ddd5a8f8691 (diff)
parentc05f7194b12b30c52ebae05db64d647ef3d395c2 (diff)
Merge PR #5435: DOCS(docker): Document Docker Compose '--build' switch
-rw-r--r--docs/DockerCompose.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/DockerCompose.md b/docs/DockerCompose.md
index e44fb5365..e4ea64a5a 100644
--- a/docs/DockerCompose.md
+++ b/docs/DockerCompose.md
@@ -2,17 +2,17 @@
## Configuring Murmur
-1. Create a new directory and switch to it
+1. Create a new directory and switch to it.
-2. Create the file `docker-compose.yml` and copy the [default docker-compose.yml](../scripts/docker-compose.yml) into it
+2. Create the file `docker-compose.yml` and copy the [default docker-compose.yml](../scripts/docker-compose.yml) into it.
-3. Create the directory `data` and make `1000` its owner
+3. Create the directory `data` and make `1000` its owner.
-4. Create the file `murmur.ini` and copy the [default murmur.ini](../scripts/murmur.ini) into it
+4. Create the file `murmur.ini` and copy the [default murmur.ini](../scripts/murmur.ini) into it.
-5. Change `database` in `murmur.ini` to `/var/lib/murmur/murmur.sqlite`
+5. Change `database` in `murmur.ini` to `/var/lib/murmur/murmur.sqlite`.
-6. Run `docker-compose up -d`
+6. Run `docker-compose up -d`. Append the `--build` switch to force rebuilding, if needed (e.g. new commits since last build).
## Viewing the log