mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-17 03:55:58 +00:00
autocf: add support for mods downloads repo (#2106)
This commit is contained in:
@@ -8,12 +8,11 @@ services:
|
||||
environment:
|
||||
EULA: "true"
|
||||
TYPE: AUTO_CURSEFORGE
|
||||
CF_API_KEY: # allocate from https://console.curseforge.com/
|
||||
# allocate from https://console.curseforge.com/ and set in .env file
|
||||
CF_API_KEY: ${CF_API_KEY}
|
||||
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-8
|
||||
CF_FILENAME_MATCHER: "1.0.6"
|
||||
MEMORY: 4G
|
||||
volumes:
|
||||
- mc-data:/data
|
||||
|
||||
volumes:
|
||||
mc-data: {}
|
||||
- ./data:/data
|
||||
- ./downloads:/downloads
|
||||
Reference in New Issue
Block a user