Minor docker/container fixes and edits (#1454)

This commit is contained in:
Sneexy
2026-04-05 16:05:40 -05:00
committed by itsRevela
parent 207d90de28
commit 446df4a6dc
2 changed files with 7 additions and 5 deletions
+2 -3
View File
@@ -3,9 +3,8 @@ set -euo pipefail
SERVER_DIR="/srv/mc"
SERVER_EXE="Minecraft.Server.exe"
# ip & port are fixed since they run inside the container
SERVER_PORT="25565"
SERVER_BIND_IP="0.0.0.0"
SERVER_PORT="${SERVER_PORT:-25565}"
SERVER_BIND_IP="${SERVER_BIND_IP:-0.0.0.0}"
PERSIST_DIR="/srv/persist"
WINE_CMD=""