mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-18 03:28:51 +00:00
Changing builds to JRE, and moving Java8 to pinned version for forge (#1382)
This commit is contained in:
16
tests/setuponlytests/curseforge/docker-compose.yml
Normal file
16
tests/setuponlytests/curseforge/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
mc:
|
||||
image: ${IMAGE_TO_TEST:-itzg/minecraft-server:java8-multiarch}
|
||||
environment:
|
||||
EULA: "true"
|
||||
SETUP_ONLY: "TRUE"
|
||||
TYPE: CURSEFORGE
|
||||
CF_SERVER_MOD: /modpacks/pack.zip
|
||||
INIT_MEMORY: 2G
|
||||
MAX_MEMORY: 6G
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./modpacks:/modpacks:ro
|
||||
|
||||
Reference in New Issue
Block a user