-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Describe the problem
The modpack and server all seemingly install as intended, however when it goes to actually start there's a fatal error detected. Trying to setup the server on my debian server works fine and has no issues so I'm unsure of the problem.
Container definition
docker-compose:
version: "3"
services:
mc:
image: itzg/minecraft-server:2025.6.2-java8
tty: true
restart: unless-stopped
stdin_open: true
environment:
MODPACK_PLATFORM: MODRINTH
VIEW_DISTANCE: 15
MAX_MEMORY: 8G
DIFFICULTY: normal
MOTD: Pokemon is real?
EULA: "true"
MODRINTH_MODPACK: the-lost-era
ports:
- "25565:25565"
volumes:
- ./minecraft:/data
Container logs
Error when starting server: