mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-04 01:19:19 +00:00
docs: adjust memory and volume in atm10 example (#3166)
This commit is contained in:
parent
6fd275cdc6
commit
21ad4146aa
1 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue