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.
docker pull ghcr.io/c3kay/paper-docker
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.