-
Hello! I'm trying to get a docker container running with FTB Genesis but I'm getting the following error message:
Here's my services:
mc:
image: itzg/minecraft-server:java17-jdk
tty: true
stdin_open: true
ports:
- "9000:25565"
environment:
EULA: "TRUE"
TYPE: "FTBA"
MAX_MEMORY: "16G"
MAX_PLAYERS: 4
SNOOPER_ENABLED: false
FTB_MODPACK_ID: 120
VERSION: "1.19.2"
volumes:
- ./data:/data I'm starting it with |
Beta Was this translation helpful? Give feedback.
Answered by
TornaxO7
Jun 29, 2024
Replies: 1 comment 3 replies
-
That might be a bug with the FTB installer / modpack. Also double check the required Java version. Might just need to use a different image tag. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I think I found the issue: I experimented before and didn't remove the
data
directory. So there were still some artifacts which destroyed the installer.