This repository has been archived on 2021-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
self-hosting/minecraft/fabric/.env.example

21 lines
466 B
Text

# 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=
# Build arguments
MC_VERSION=
FABRIC_VERSION=
# Environment variables
# If XMS is left blank, it uses the same value as XMX
XMS=
XMX=4
# Mount points
# The mods should be placed inside the CONFIG_DIR under `mods`
CONFIG_DIR=config
WORLDS_DIR=worlds
# Other
PORT=25565