fix wrong variable name

This commit is contained in:
Thijs van Loef
2024-01-22 23:08:43 +01:00
committed by GitHub
parent d696b8e7d3
commit 933b66c391

View File

@@ -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!