From 61aba4b1cd5a5eff511729edada65ae8fbc95a23 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Sun, 11 Sep 2022 10:04:07 +0200 Subject: [PATCH] Name default DB mumble-server.sqlite --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 92c4d6a..0868379 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -98,7 +98,7 @@ else # Apply default settings if they're missing - set_config "database" "${DATA_DIR}/murmur.sqlite" true + set_config "database" "${DATA_DIR}/mumble-server.sqlite" true set_config "ice" "\"tcp -h 127.0.0.1 -p 6502\"" true set_config "welcometext" "\"
Welcome to this server, running the official Mumble Docker image.
Enjoy your stay!
\"" true set_config "port" 64738 true