mertdalbudak/paper-mc

By mertdalbudak

Updated 3 months ago

A paper-mc server which runs on the latest build of paper. Creates backup before every update.

Image
Networking
1

1.1K

mertdalbudak/paper-mc repository overview

Docker Image CI

paper-mc

mertdalbudak/paper-mc will download the latest paper version from the official paper website. Once downloaded it will create a backup before installing and running the latest version.

Executable in server directory is named paper.jar

This container requires 2 mountpoints
  1. Location of the server bind to /app/server
  2. Location of backups bind to /app/backups
Example compose.yaml:
services:
  app:
    image: mertdalbudak/paper-mc:alpine
    ports:
      - 25565:25565
    volumes:
      - /home/user/server:/app/server
      - /home/user/backup:/app/backups
    environment:
      - Xms=1G
      - Xmx=3G

Java version

Oracle Java 25 used for the debian based (latest) image

openjdk25-jre used for the alpine based (alpine) image

View github repository: MertDalbudak/paper-mc

Tag summary

Content type

Image

Digest

sha256:3bb844cd7

Size

254.6 MB

Last updated

3 months ago

docker pull mertdalbudak/paper-mc