mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-30 02:12:45 +00:00
For AUTO_CURSEFORGE, can auto-set LEVEL from world save provided by modpack (#1929)
This commit is contained in:
19
examples/one-block-modded/docker-compose.yml
Normal file
19
examples/one-block-modded/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
mc:
|
||||
image: itzg/minecraft-server
|
||||
ports:
|
||||
- "25565:25565"
|
||||
environment:
|
||||
EULA: "true"
|
||||
TYPE: AUTO_CURSEFORGE
|
||||
CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/one-block-modded/files/4136487"
|
||||
CF_SET_LEVEL_FROM: OVERRIDES
|
||||
DEBUG: "false"
|
||||
MEMORY: 4G
|
||||
volumes:
|
||||
- mc-data:/data
|
||||
|
||||
volumes:
|
||||
mc-data: {}
|
||||
Reference in New Issue
Block a user