docs: adjust memory and volume in atm10 example (#3166)

This commit is contained in:
Geoff Bourne 2024-11-28 12:36:12 -06:00 committed by GitHub
parent 6fd275cdc6
commit 21ad4146aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: