Skip to content

Commit

Permalink
examples: updated bmc4 example (#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored May 12, 2024
1 parent f659c56 commit 5c8e2bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
8 changes: 3 additions & 5 deletions examples/bmc4/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
services:
mc:
image: itzg/minecraft-server
image: itzg/minecraft-server:java17
environment:
EULA: true
TYPE: MODRINTH
MEMORY: 4G
MODRINTH_MODPACK: better-mc-forge-bmc4
MODRINTH_VERSION: v4
MODRINTH_FORCE_SYNCHRONIZE: true
MODRINTH_VERSION: v26
MODRINTH_EXCLUDE_FILES: |
citresewn
oculus
Expand All @@ -18,11 +17,10 @@ services:
entity_model_features
entity_texture_features
3dskinlayers
connector
MODRINTH_OVERRIDES_EXCLUSIONS: |
mods/NekosEnchantedBooks-*.jar
mods/citresewn-*.jar
DEBUG: true
SETUP_ONLY: true
volumes:
- data:/data
ports:
Expand Down
11 changes: 3 additions & 8 deletions examples/docker-compose-mods-mount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ services:
minecraft:
image: itzg/minecraft-server
volumes:
- data:/data
- ./data:/data
- ./mods:/mods
ports:
- "25565:25565"
environment:
EULA: "true"
TYPE: "FORGE"
VERSION: "1.19.2"
DEBUG: "true"
SETUP_ONLY: "true"
tty: True
stdin_open: True

volumes:
data: {}
tty: true
stdin_open: true

0 comments on commit 5c8e2bb

Please sign in to comment.