This is an old revision of the document!
services:
mc:
image: itzg/minecraft-server
ports:
- "25565:25565"
environment:
EULA: "TRUE"
TZ: "Europe/Athens"
ENABLE_AUTOPAUSE: "TRUE"
OVERRIDE_SERVER_PROPERTIES: "TRUE"
MAX_TICK_TIME: "-1"
ENABLE-RCON: "FALSE"
MOTD: "Brand New Minecraft Server"
TYPE: "BUKKIT"
VIEW-DISTANCE: 10
LEVEL-SEED: "-2656282278242786925"
tty: true
stdin_open: true
volumes:
- ${PWD}/data:/data
restart: unless-stopped
version: '3.8'