Add screen support for interactive console

This commit is contained in:
SimolZimol
2025-12-09 13:50:52 +01:00
parent 0099ab571f
commit 667f644a67
5 changed files with 57 additions and 25 deletions

View File

@@ -2,9 +2,13 @@ version: '3.8'
services:
minecraft:
image: itzg/minecraft-server:latest
build:
context: .
dockerfile: Dockerfile.minecraft
container_name: ${CONTAINER_NAME:-minecraft-server}
restart: unless-stopped
stdin_open: true
tty: true
environment:
# ===== BASIS KONFIGURATION =====