Added skyfactory 4 example and excluding waila-stages (#3586)

This commit is contained in:
Geoff Bourne
2025-08-03 17:10:49 -05:00
committed by GitHub
parent 6ee414337a
commit 24c352949c
3 changed files with 18 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
mc:
image: itzg/minecraft-server:java8
environment:
EULA: "true"
MODPACK_PLATFORM: AUTO_CURSEFORGE
CF_SLUG: skyfactory-4
CF_FILENAME_MATCHER: 4.2.4
CF_API_KEY: ${CF_API_KEY}
MEMORY: 3G
ports:
- "25565:25565"
volumes:
- mc-data:/data
volumes:
mc-data: