This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-02-02 12:56:54 +01:00
|
|
|
# This setting overwrites the base image from which the final image is build.
|
|
|
|
# Unless you have a reason to change this (e.g. using an ARM version), you can
|
|
|
|
# just leave this blank.
|
|
|
|
BASE_IMAGE=
|
|
|
|
|
2020-12-30 15:57:45 +01:00
|
|
|
# Build arguments
|
2020-12-30 13:00:24 +01:00
|
|
|
MC_VERSION=
|
|
|
|
PAPERMC_VERSION=
|
2020-12-30 15:57:45 +01:00
|
|
|
|
|
|
|
# Environment variables
|
2021-01-26 12:57:29 +01:00
|
|
|
# If XMS is left blank, it uses the same value as XMX
|
|
|
|
XMS=
|
2020-12-30 15:13:22 +01:00
|
|
|
XMX=4
|
2020-12-30 15:57:45 +01:00
|
|
|
|
2020-12-30 17:10:37 +01:00
|
|
|
# Mount points
|
2021-01-13 14:21:38 +01:00
|
|
|
CONFIG_DIR=config
|
|
|
|
WORLDS_DIR=worlds
|
2020-12-30 15:57:45 +01:00
|
|
|
|
|
|
|
# Other
|
|
|
|
PORT=25565
|