mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-19 21:53:17 +00:00
docs: adjust memory and volume in atm10 example (#3166)
This commit is contained in:
@@ -13,8 +13,13 @@ services:
|
|||||||
CF_SLUG: all-the-mods-10
|
CF_SLUG: all-the-mods-10
|
||||||
# Optional: select a specific version/file
|
# Optional: select a specific version/file
|
||||||
# CF_FILENAME_MATCHER: "1.17"
|
# CF_FILENAME_MATCHER: "1.17"
|
||||||
ALLOW_FLIGHT: true
|
MEMORY: 4G
|
||||||
CF_OVERRIDES_EXCLUSIONS: |
|
CF_OVERRIDES_EXCLUSIONS: |
|
||||||
shaderpacks/**
|
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:
|
volumes:
|
||||||
data:
|
mc-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user