From 1fd1e15f3c5b2780fce202bdf955280258069608 Mon Sep 17 00:00:00 2001 From: Graham Keeth Date: Sun, 13 Jul 2025 11:40:24 -0400 Subject: [PATCH] Docs: fix env var for enabling query (#3552) --- docs/configuration/server-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/server-properties.md b/docs/configuration/server-properties.md index 282efd02..63a95a13 100644 --- a/docs/configuration/server-properties.md +++ b/docs/configuration/server-properties.md @@ -256,7 +256,7 @@ By default, the server listens for RCON on port 25575 within the container. It c ### Query -Set the environment variable `QUERY_PORT` to "true" to enable the gamespy query protocol. Map to the server property [enable-query](https://minecraft.wiki/w/Server.properties#enable-query). By default, the query port will be `25565` (UDP) but can be changed with the `QUERY_PORT` environment variable. +Set the environment variable `ENABLE_QUERY` to "true" to enable the gamespy query protocol. Maps to the server property [enable-query](https://minecraft.wiki/w/Server.properties#enable-query). By default, the query port will be `25565` (UDP) but can be changed with the `QUERY_PORT` environment variable. ### Level Seed