---
version: "2"
services:
serverpackcreator:
image: griefed/serverpackcreator:3.15.1
container_name: serverpackcreator
restart: no
environment:
- TZ=Europe/Berlin # Your Timezone
- PUID=1000 # Your user ID
- PGID=1000 # Your group ID
- MODPACKDIR # Either path to the modpack directory or CurseForge projectID,fileID combination.
- MODLOADERVERSION # The version of the modlaoder the modpack uses.
- MODLOADER # Either Forge or Fabric
- MINECRAFTVERSION # The Minecraft version the modpack uses.
- INCLUDEZIPCREATION=true # Or false
- INCLUDESTARTSCRIPTS=true # Or false
- INCLUDESERVERPROPERTIES=true # Or false
- INCLUDESERVERINSTALLATION=true # Or false
- INCLUDESERVERICON=true # Or false
- COPYDIRS # Comma-separated. Must be set if MODPACKDIR is a path. Can be empty if MODPACKDIR is a projectID,fileID combination.
- CLIENTMODS # Comma-separated. Client-side mods to delete from server pack.
volumes:
- /host/path/todata:data # Created modpacks and server packs will be here