Skip to content

Container stuck "starting" when loading FeedTheBeast modpack #4029

@carterhazen

Description

@carterhazen

First time running this container and I'm trying to do it with the FeedTheBeast Evolution modpack (#125). The server is stuck in a "starting" loop and cannot get established. Below is my compose file and I've attached the logs.

services:
  mc:
    image: itzg/minecraft-server:latest
    container_name: minecraft
    restart: unless-stopped
    pull_policy: daily
    tty: true
    stdin_open: true
    ports:
      - "25565:25565"
    environment:
      EULA: "TRUE"
      TYPE: "FTBA"
      FTB_MODPACK_ID: "125"
      ENABLE_WHITELIST: "TRUE"
      ENFORCE_WHITELIST: "TRUE"
    volumes:
      - mcdata:/data
    networks:
      minecraft:

networks:
  minecraft:
    external: true

volumes:
  mcdata:

LOGS:

mc logs.txt

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions