Download and use Magma server jar rather than installer (#1618)

This commit is contained in:
Geoff Bourne
2022-07-20 21:14:38 -05:00
committed by GitHub
parent eb22d4cadc
commit 5cec41319d
2 changed files with 8 additions and 49 deletions

View File

@@ -2,7 +2,7 @@ version: "3.8"
services:
mc:
image: itzg/minecraft-server
image: itzg/minecraft-server:java8
tty: true
stdin_open: true
ports:
@@ -10,7 +10,7 @@ services:
environment:
EULA: "TRUE"
TYPE: MAGMA
VERSION: 1.18.2
VERSION: 1.16.5
volumes:
- data:/data
volumes: