We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41e63c commit 14f96d1Copy full SHA for 14f96d1
examples/atm10/docker-compose.yml
@@ -0,0 +1,31 @@
1
+services:
2
+ mc:
3
+ image: itzg/minecraft-server
4
+ tty: true
5
+ stdin_open: true
6
+ ports:
7
+ - "25565:25565"
8
+ environment:
9
+ EULA: true
10
+ MOD_PLATFORM: AUTO_CURSEFORGE
11
+ # allocate from https://console.curseforge.com/ and set in .env file
12
+ CF_API_KEY: ${CF_API_KEY}
13
+ CF_SLUG: all-the-mods-10
14
+ # Optional: select a specific version/file
15
+ # CF_FILENAME_MATCHER: "1.17"
16
+ ALLOW_FLIGHT: true
17
+ CF_EXCLUDE_MODS: |
18
+ lighty
19
+ dark-mode-everywhere
20
+ iceberg
21
+ just-enough-mekanism-multiblocks
22
+ model-gap-fix
23
+ packmenu
24
+ reeses-sodium-options
25
+ sodium-extra
26
+ sodium-options-api
27
+ toast-control
28
+ CF_OVERRIDES_EXCLUSIONS: |
29
+ shaderpacks/**
30
+volumes:
31
+ data:
0 commit comments