change to java8 on atm3
This commit is contained in:
parent
b48f7d50a5
commit
06f7f64130
@ -2,7 +2,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
mc:
|
mc:
|
||||||
container_name: atm3
|
container_name: atm3
|
||||||
image: itzg/minecraft-server
|
image: itzg/minecraft-server:java8-graalvm-ce
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
ports:
|
ports:
|
||||||
@ -24,6 +24,7 @@ services:
|
|||||||
ALLOW_FLIGHT: "true"
|
ALLOW_FLIGHT: "true"
|
||||||
USE_SIMD_FLAGS: "true"
|
USE_SIMD_FLAGS: "true"
|
||||||
ENABLE_RCON: "true"
|
ENABLE_RCON: "true"
|
||||||
|
USE_AIKAR_FLAGS: "true"
|
||||||
volumes:
|
volumes:
|
||||||
# attach the relative directory 'data' to the container's /data path
|
# attach the relative directory 'data' to the container's /data path
|
||||||
- /docker/appdata/atm3/data:/data
|
- /docker/appdata/atm3/data:/data
|
Loading…
Reference in New Issue
Block a user