From 84d73a7271ceb98067763cc66823cf13c095fe1a Mon Sep 17 00:00:00 2001 From: Michel Pawlak Date: Fri, 1 Jul 2022 10:02:07 +0200 Subject: [PATCH] Replace Murmur with Mumble Co-authored-by: Robert Adam --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a341330..a7400c3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ $ docker run -e "MUMBLE_CONFIG_SERVER_PASSWORD=123" ``` Note: In the unlikely case where a `` setting is unknown to the container, startup will fail. The root cause of this error is the fact that -this setting is incorrectly registered in the Murmur server code. You can workaround this error by setting the `MUMBLE_ACCEPT_UNKNOWN_SETTINGS` +this setting is incorrectly registered in the Mumble server code. You can workaround this error by setting the `MUMBLE_ACCEPT_UNKNOWN_SETTINGS` environment variable to true and spelling `` exactly as written in [Murmur.ini](https://wiki.mumble.info/wiki/Murmur.ini) documentation.