-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as not planned
Labels
discussionstatus/staleNo recently activity has been seen and will be closed soon.No recently activity has been seen and will be closed soon.
Description
Sorry if this is a repeat question with all the mods, but I've tried removing/downgrading mods like allthewizard gear and sodium-extra but I can not get this server to work. Also a crash report is not being generated which I am used to so commented out always on for clear end point of logs.
Docker compose file
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25568:25565"
#restart: unless-stopped
environment:
CF_API_KEY: <key>
EULA: "TRUE"
TYPE: "AUTO_CURSEFORGE"
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-10/
CF_FORCE_SYNCHRONIZE: TRUE
#CF_EXCLUDE_MODS: |
# sodium_extra
# sodium
# allthewizardgear
# betterdungeons
INIT_MEMORY: 5G
MAX_MEMORY: 18G
SEED: <seed>
OPS: <names>
KEEP_INVENTORY: "TRUE"
WHITELIST: "TRUE"
WHITELIST_USERS: <names>
ALLOW_FLIGHT: "TRUE"
SLEEP_PERCENT: "0" # Add this line to set sleep percent to zero
volumes:
# attach the relative directory 'data' to the container's /data path
- ./data:/data
Metadata
Metadata
Assignees
Labels
discussionstatus/staleNo recently activity has been seen and will be closed soon.No recently activity has been seen and will be closed soon.