No description
Find a file
2019-12-15 10:55:29 +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 1.15.8 2019-12-14 12:48:08 +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 Update README.md 2019-12-15 10:55:29 +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
server.properties Added rcon 2019-08-14 18:56:40 +02:00

Docker-Minecraft-PaperMC-Server

Starts a Minecraft PaperMC server 1.15, 1.14.4 (legacy) or 1.13.2 (legacy)

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

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!

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
-p 25575:25575
-i marctv/minecraft-papermc-server:latest docker attach mcserver

Volume

Local path: /your_local_folder Mount path: /data

Port Settings

Local Port: 25565 TCP Container Port: 25565 TCP

Local Port: 25565 UDP Container Port: 25565 UDP

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.

How to install this server on a Synology NAS

Watch the video