/docker-papermc

Dockerised Minecraft server using Paper

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

docker-papermc

Build Status

Usage examples

  1. Build the Docker image: docker build --build-arg PAPERMC_VERSION=1.15.2 -t papermc:1.15.2 .
  2. Run the Docker image: docker run -d -it -e JVM_MEM=1G -p 25565:25565 papermc:1.15.2

Acknowledgements

I'd like to thank the following GitHub users for allowing others to use their hard work.