-
I'm trying to build a Forge server with RaspberryJamMod to run Python codes in Minecraft. Running What's wrong with my config? Would someone please reproduce this on other machines? # docker-compose.yml
services:
minecraft-server:
image: "itzg/minecraft-server:java8"
container_name: "mc-pi"
ports:
- "25565:25565"
- "4711:4711"
volumes:
- "./data:/data"
- "./mods:/mods"
environment:
EULA: "TRUE"
TYPE: "FORGE"
VERSION: "1.12.2"
FORGEVERSION: "14.23.5.2859"
MODE: "creative"
tty: true
stdin_open: true
restart: unless-stopped
# Environment
> sw_vers
ProductName: macOS
ProductVersion: 12.6
BuildVersion: 21G115 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Add |
Beta Was this translation helpful? Give feedback.
-
Hi @itzg, here's a log with
|
Beta Was this translation helpful? Give feedback.
Add
DEBUG: "true"
and that output will help narrow down what it is doing when it stops. Speaking of which, does the container exit or does it hang until you control-C it?