Skip to content

Commit

Permalink
docs: adjust memory and volume in atm10 example (#3166)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Nov 28, 2024
1 parent 6fd275c commit 21ad414
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/atm10/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ services:
CF_SLUG: all-the-mods-10
# Optional: select a specific version/file
# CF_FILENAME_MATCHER: "1.17"
ALLOW_FLIGHT: true
MEMORY: 4G
CF_OVERRIDES_EXCLUSIONS: |
shaderpacks/**
volumes:
# Use managed volume by default, but can change to a relative path like
# ./data:/data
# to use a host directory
- mc-data:/data
volumes:
data:
mc-data:

0 comments on commit 21ad414

Please sign in to comment.