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
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.
LOGS:
mc logs.txt