I need help with better minecraft mod packs #3065
Replies: 3 comments 3 replies
-
Here is a snippet of the log. |
Beta Was this translation helpful? Give feedback.
-
Sorry, too many logs to scroll through. It's usually because of a client mod that wasn't published as such |
Beta Was this translation helpful? Give feedback.
-
Two things:
|
Beta Was this translation helpful? Give feedback.
-
So I am trying to use the docker image to run a mod pack. I assume I have done something wrong. Here is my docker compose.
services:
MC:
image: itzg/minecraft-server:latest
tty: true
stdin_open: true
container_name: BMC4
ports:
- "25570:25570"
environment:
EULA: TRUE
VERSION: 1.20.1
TYPE: AUTO_CURSEFORGE
CF_API_KEY: $5bpvM3xtQ3A2Fa2zXgVkGeYdYO
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/better-mc-forge-bmc4/files/5699247
INIT_MEMORY: 1g
MAX_MEMORY: 12g
volumes:
- E:\MCData\BMCM4\data:/data
Beta Was this translation helpful? Give feedback.
All reactions