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
+5 -1
View File
@@ -6,7 +6,11 @@ services:
environment:
EULA: "true"
MODPACK_PLATFORM: AUTO_CURSEFORGE
CF_API_KEY: # allocate from https://console.curseforge.com/
# 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_SLUG: the-pixelmon-modpack
CF_FILENAME_MATCHER: "9.1.2"
MEMORY: 4G