/paper-docker

PaperMC Server Docker Image

Primary LanguageDockerfileMIT LicenseMIT

PaperMC Server Docker Image

Build Status MC Version

This is a simple docker image for a Minecraft PaperMC Server running on Amazon Corretto. The image is build daily with the latest stable build of PaperMC. If a stable build is available for the latest Minecraft version, this image will also be updated to it.

Installation

docker pull ghcr.io/c3kay/paper-docker

Configuration & Usage

All configs and data are located in the /data folder. An unnamed docker volume is created by default to persist this data. This can be customized by mapping your own docker volumes or local folders to the /data folder.

For PaperMC specific configs refer to the official documentation.