mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-03 18:45:24 +00:00
autocf: switch to official CurseForge API, but needs CF_API_KEY (#2043)
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
||||
EULA: "true"
|
||||
SETUP_ONLY: "TRUE"
|
||||
TYPE: AUTO_CURSEFORGE
|
||||
CF_API_KEY: ${CF_API_KEY}
|
||||
CF_SLUG: the-pixelmon-modpack
|
||||
CF_FILENAME_MATCHER: "9.1.2"
|
||||
# Use the image bundled one to ensure latest is being tested
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
[[ $CF_API_KEY ]] || exit 1
|
||||
Reference in New Issue
Block a user