Geoff Bourne

Results 1034 comments of Geoff Bourne

When I use: https://www.curseforge.com/minecraft/modpacks/jay-pack/files/7131425 as in ```yaml services: mc: image: itzg/minecraft-server environment: EULA: true TYPE: AUTO_CURSEFORGE CF_API_KEY: ${CF_API_KEY} CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/jay-pack/files/7131425 MEMORY: 4G ``` it reports ``` me.itzg.helpers.errors.GenericException: The modpack authors...

...oh, you're not following the instructions in the error. You have to download the zip file, mount it into the container, and provide that path and not a URL as...

> You have to remove (or rename) that container to be able to reuse that name. Use ``` docker rm mc ```

You didn't mount at the container path starting with `/gman` In `environment` you have ``` CF_MODPACK_ZIP: "/gman/data/minecraft_server.1.21.10.zip" ``` But your volumes only declare /data and /downloads. ``` volumes: - ./data:/data...

Much closer. Host path needs to be absolute in this case and right side still needs to be a path **inside** the container. So ``` /home/gman:/gman ``` and leave that...

I said to use ``` /home/gman ``` not ``` ./home/gman ``` A path that starts with a slash `/` is **absolute**. A path that starts with a dot slash `./`...

Thanks but you're referencing an old release, so this is not valid https://github.com/itzg/mc-image-helper/releases/tag/1.50.2 Since you didn't provide the image tag you tried, be aware deprecated image tags https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/#deprecated-image-tags

That would be great @Navio1430

They don't have 1.21.9 there ![image](https://github.com/user-attachments/assets/d36ca52a-77b8-491c-9eb4-42bb463c7764) I can't do anything about that.

Sorry I missed part of your original description. You can also have it build from source using a jdk image tag and https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/bukkit-spigot/#build-from-source