add ram env
This commit is contained in:
@@ -3,11 +3,14 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
mc:
|
mc:
|
||||||
build: .
|
build: .
|
||||||
image: ducoterra/minecraft_1.15.1:0.0.3
|
image: ducoterra/minecraft_1.15.1:0.0.5
|
||||||
ports:
|
ports:
|
||||||
- 25565:25565
|
- 25565:25565
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/mc_data
|
- ./data:/mc_data
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
- MAX_RAM=2
|
||||||
|
- MIN_RAM=1
|
||||||
Reference in New Issue
Block a user