mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
autocf: adjusted excludes for valhesia-5 (#2018)
This commit is contained in:
parent
db3fbd8cd1
commit
0dd3e9e9b7
18
examples/valhesia5/docker-compose.yml
Normal file
18
examples/valhesia5/docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
mc:
|
||||||
|
image: itzg/minecraft-server
|
||||||
|
ports:
|
||||||
|
- "25565:25565"
|
||||||
|
environment:
|
||||||
|
EULA: "true"
|
||||||
|
TYPE: AUTO_CURSEFORGE
|
||||||
|
CF_FORCE_SYNCHRONIZE: "true"
|
||||||
|
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/valhelsia-5/files/4429560
|
||||||
|
MEMORY: 4G
|
||||||
|
volumes:
|
||||||
|
- data:/data
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data: {}
|
@ -8,6 +8,7 @@
|
|||||||
"extreme-sound-muffler",
|
"extreme-sound-muffler",
|
||||||
"ignitioncoil",
|
"ignitioncoil",
|
||||||
"legendary-tooltips",
|
"legendary-tooltips",
|
||||||
|
"neat",
|
||||||
"nekos-enchanted-books",
|
"nekos-enchanted-books",
|
||||||
"not-enough-animations",
|
"not-enough-animations",
|
||||||
"oculus",
|
"oculus",
|
||||||
@ -23,6 +24,11 @@
|
|||||||
"forceIncludes": [
|
"forceIncludes": [
|
||||||
"revelationary"
|
"revelationary"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"valhelsia-5": {
|
||||||
|
"excludes": [
|
||||||
|
"modernfix"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user