21 lines
		
	
	
		
			404 B
		
	
	
	
		
			Bash
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			404 B
		
	
	
	
		
			Bash
		
	
	
# 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=
 | 
						|
PAPERMC_VERSION=
 | 
						|
 | 
						|
# Environment variables
 | 
						|
# If XMS is left blank, it uses the same value as XMX
 | 
						|
XMS=
 | 
						|
XMX=4
 | 
						|
 | 
						|
# Mount points
 | 
						|
CONFIG_DIR=config
 | 
						|
WORLDS_DIR=worlds
 | 
						|
 | 
						|
# Other
 | 
						|
PORT=25565
 |