paper-mc
A paper-mc server which runs on the latest build of paper. Creates backup before every update.
1.1K
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
/app/server/app/backupsservices:
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
Oracle Java 25 used for the debian based (latest) image
openjdk25-jre used for the alpine based (alpine) image
Content type
Image
Digest
sha256:3bb844cd7…
Size
254.6 MB
Last updated
3 months ago
docker pull mertdalbudak/paper-mc