Clarify CF_API_KEY setup in examples (#3321)

This commit is contained in:
Geoff Bourne
2025-02-16 13:19:16 -06:00
committed by GitHub
parent b1128db9cc
commit 3a678a6bf3
20 changed files with 83 additions and 54 deletions

View File

@@ -9,6 +9,10 @@ services:
environment:
EULA: "TRUE"
TYPE: 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/auto-curseforge/#api-key
CF_API_KEY: ${CF_API_KEY}
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/ftb-evolution
# This modpack includes an override client-side only mod that will prevent the server from starting.