-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Can't figure out running a modded container. BMC2 #3087
Replies: 1 comment · 5 replies
-
Command looks fine. Please provide the container logs. |
Beta Was this translation helpful? Give feedback.
All reactions
-
It looks like I may need modmenu? I'm not sure what that is, but hopefully these logs help. Thank you so much for taking a look [init] Running as uid=1000 gid=1000 with /data as 'drwxr-x--- 2 1000 1000 4096 Sep 23 12:32 /data'
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Better minecraft 1 worked, so maybe just an issue with the modpack? |
Beta Was this translation helpful? Give feedback.
All reactions
-
FYI since modmenu is a client mod then the two mods it mentioned depending on it probably need to be excluded too Or, like you said, it's more likely a just an issue with the modpack. |
Beta Was this translation helpful? Give feedback.
All reactions
-
What's the best way to exclude in a run command? I found a yaml example, but compose isn't working for me. Do I list them out or is there a way to point the exclude command at a file with the list? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Use
Otherwise look at docker docs since yes there is a file based way to pass env vars also. In any case, I highly recommend you switch to using compose file since you'll find it becomes tedious to delete the container and recreate every time you change an env var. |
Beta Was this translation helpful? Give feedback.
-
Can someone check my run command? I feel like everything is correct but something is going wrong. Vanilla minecraft ran fine. The server isn't going online at all
sudo docker run -d
-e MOD_PLATFORM=AUTO_CURSEFORGE
-e CF_PAGE_URL=https://www.curseforge.com/minecraft/modpacks/better-mc-fabric-bmc2
-e CF_API_KEY='x'
-e MEMORY=4G
-e EULA=TRUE
-p 25565:25565
--net=host
--name x
itzg/minecraft-server
Beta Was this translation helpful? Give feedback.
All reactions