mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-19 02:15:34 +00:00
Include CF_PAGE_URL in atm10 example
This commit is contained in:
@@ -14,8 +14,10 @@ services:
|
|||||||
# Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
|
# 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_API_KEY: ${CF_API_KEY}
|
||||||
CF_SLUG: all-the-mods-10
|
CF_SLUG: all-the-mods-10
|
||||||
# Optional: select a specific version/file
|
# Or reference a specific modpack file/version using CF_PAGE_URL, such as this one for 2.47
|
||||||
# CF_FILENAME_MATCHER: "1.17"
|
# CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-10/files/6502777
|
||||||
|
# Optional: select a specific version/file when using CF_SLUG
|
||||||
|
# CF_FILENAME_MATCHER: "2.47"
|
||||||
MEMORY: 4G
|
MEMORY: 4G
|
||||||
CF_OVERRIDES_EXCLUSIONS: |
|
CF_OVERRIDES_EXCLUSIONS: |
|
||||||
shaderpacks/**
|
shaderpacks/**
|
||||||
|
|||||||
Reference in New Issue
Block a user