diff --git a/docker-compose.yaml b/docker-compose.yaml index 68b9f37..9aaec43 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,11 +3,14 @@ version: '3' services: mc: build: . - image: ducoterra/minecraft_1.15.1:0.0.3 + image: ducoterra/minecraft_1.15.1:0.0.5 ports: - 25565:25565 volumes: - ./data:/mc_data tty: true stdin_open: true - restart: always \ No newline at end of file + restart: always + environment: + - MAX_RAM=2 + - MIN_RAM=1 \ No newline at end of file