From 6f40137ca80b21bd9c2f2d9bd83ad4d95cbf6382 Mon Sep 17 00:00:00 2001 From: Michel Pawlak Date: Fri, 1 Jul 2022 10:08:17 +0200 Subject: [PATCH] Update README.md Co-authored-by: Robert Adam --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7400c3..5ea352c 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,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 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. +environment variable to `true` and spelling `` exactly as written in the [Murmur.ini](https://wiki.mumble.info/wiki/Murmur.ini) documentation. ### Additional variables