Skip to content

Issue using compose for prominence 2 #3385

Answered by itzg
Clownsonged asked this question in Q&A
Discussion options

You must be logged in to vote

I see what you mean. The example failed in the same way for me. I thought upgrading the modpack would help, but it turned out I needed to force-include luna since it must be tagged as a client-only mod by the CurseForge metadata. This ended up working for me:

services:
  mc:
    image: itzg/minecraft-server
    ports:
      - "25565:25565"
    environment:
      EULA: "true"
      MODPACK_PLATFORM: AUTO_CURSEFORGE
      # Allocate API key from https://console.curseforge.com/
      # and set in .env file making sure to double up dollar signs, such as
      # CF_API_KEY=$$2a$$10$$....
      # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Clownsonged
Comment options

Answer selected by Clownsonged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants