No description
Find a file
2020-12-23 10:32:30 +01:00
.github Update FUNDING.yml 2020-12-23 10:32:30 +01:00
.gitattributes Initial commit 2018-12-18 10:19:53 +01:00
.gitignore Readded Minecraft 1.13.2 support 2019-05-14 21:09:57 +02:00
build_docker.sh Readded Minecraft 1.13.2 support 2019-05-14 21:09:57 +02:00
Dockerfile Support for 1.16.4 2020-11-03 20:07:21 +01:00
LICENSE.txt Added license 2019-08-03 16:41:30 +02:00
rcon-cli.sh Added rcon 2019-08-14 18:56:40 +02:00
README.md Support for 1.16.4 2020-11-03 20:07:21 +01:00
run_docker.sh Added rcon 2019-08-14 18:56:40 +02:00
run_docker_bash.sh #23 PaperMC 1.14 2019-05-16 09:41:27 +02:00

Docker Minecraft PaperMC Server 1.16.4

Docker Minecraft PaperMC server 1.16.4, 1.15.2, 1.14.4 (legacy) or 1.13.2 (legacy)

Quick Start

docker pull marctv/minecraft-papermc-server
docker run \
  --rm \
  --name mcserver \
  -e MEMORYSIZE='1G' \
  -v /homes/joe/mcserver:/data:rw \
  -p 25565:25565 \
-i marctv/minecraft-papermc-server:latest
docker attach mcserver

Volume

You can use volumes to store data persistantly, for example:

docker run --rm \
	-p 25565:25565 \
	-v <full path to folder where you want to store the server files>:/data:rw \
	marctv/minecraft-papermc-server:latest

Environment variable

MEMORYSIZE = 1G

Not more than 70% of your RAM for your Container! This is important! This is the RAM your Minecraft Server will use within the container WITHOUT the operating system.

Tutorial

Tutorial (german) https://marc.tv/anleitung-stabiler-minecraft-server-synology-nas/

Watch the video

https://youtu.be/LtAQiTwLgak

Credits

On GitHub https://github.com/mtoensing/Docker-Minecraft-PaperMC-Server

This server is live here: https://mc.marc.tv

Based on the the work of Felix Klauke Thanks for your help!