Mismatched Mod Channel List on many modpacks via docker-compose - but not when manually installed #2604
Unanswered
AlexanderNZ
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm surprised CurseForge even allowed direct download from the URL you referenced in the MODPACK var. Instead please use the proper CurseForge modpack support documented at Also please don't set JVM memory options within JVM_XX_OPTS -- they will conflict with the script managed memory settings. Looks like you could use https://docker-minecraft-server.readthedocs.io/en/latest/configuration/jvm-options/#enable-aikars-flags rather than most of those JVM options. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to work out how to host a minecraft server with docker compose. I'm not sure if this is a bug or something I'm doing wrong and would be greatful for advice. When I install and run ATM9 via docker compose (example to follow) and log in using ATM9 managed via CurseForge client, the client fails to connect to the server and yields a
Connection closed - mismatched mod channel list
error.When I manually install the server files and run it via CLI I am able to successfully connect and load the world.
This feels like an issue either with docker compose, with
itzg/minecraft-server
(least likely) or an issue with the way I am trying to use both of these tools together (most likely). Can anyone spot anything I am doing wrong?Steps to reproduce:
Download All the Mods 9 (https://www.curseforge.com/minecraft/modpacks/all-the-mods-9/files/5036838) with
wget https://www.curseforge.com/api/v1/mods/715572/files/5036871/download
Extract Server files
Install with
java -jar forge-1.20.1-47.2.19-installer.jar --installServer
and set eula to trueRun
run.sh
Wait for world to generate and connect (successful)
Then install via docker compose:
This feels like a permissions issue, like maybe the mod pack cannot detect the jar files and so doesn't load them, but that doesn't explain that I can see those files being processed in the log output and there are no errors to indicate the server had any issues.
Anyone have any ideas about what might be going on here?
Beta Was this translation helpful? Give feedback.
All reactions