feat: increase minecraft RAM
This commit is contained in:
parent
6b934e23dc
commit
c935e23ac6
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ services:
|
|||
- "25565:25565"
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
MEMORY: ${MEMORY:-"6G"}
|
||||
MEMORY: ${MEMORY:-"8G"}
|
||||
TZ: "Europe/Madrid"
|
||||
VERSION: 1.21.1
|
||||
ENABLE_ROLLING_LOGS: true
|
||||
|
|
@ -17,7 +17,7 @@ services:
|
|||
MOTD: "Huesoperrers Minecraft Episodio 3: La venganza de los huesos"
|
||||
MAX_PLAYERS: 10
|
||||
MAX_WORLD_SIZE: 10000
|
||||
SEED: huesoperrers3
|
||||
SEED: huesoperrers3test
|
||||
MODE: survival
|
||||
ONLINE_MODE: false
|
||||
ALLOW_FLIGHT: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue