This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
minecraft [2021/08/27 11:46] – created alexk7110 | minecraft [2025/08/19 14:41] (current) – removed alexk7110 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Minecraft Server Troubleshooting ====== | ||
- | |||
- | ===== docker-compose.yml ===== | ||
- | |||
- | services: | ||
- | mc: | ||
- | image: itzg/ | ||
- | ports: | ||
- | - " | ||
- | environment: | ||
- | EULA: " | ||
- | TZ: " | ||
- | ENABLE_AUTOPAUSE: | ||
- | OVERRIDE_SERVER_PROPERTIES: | ||
- | MAX_TICK_TIME: | ||
- | ENABLE-RCON: | ||
- | MOTD: "Brand New Minecraft Server" | ||
- | TYPE: " | ||
- | VIEW-DISTANCE: | ||
- | LEVEL-SEED: " | ||
- | tty: true | ||
- | stdin_open: true | ||
- | volumes: | ||
- | - ${PWD}/ | ||
- | restart: unless-stopped | ||
- | | ||
- | version: ' | ||