From 933b66c391512d4d58bb0700263e2bdc9415e575 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:08:43 +0100 Subject: [PATCH] fix wrong variable name --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 64ad716..857281a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - PORT=8211 # Optional but recommended - PLAYERS=16 # Optional but recommended - MULTITHREADING=true - - ENABLE_RCON=true + - RCON_ENABLED=true - RCON_PORT=25575 - ADMIN_PASSWORD="adminPasswordHere" - COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!