papermc-image

command module
v0.0.0-...-32aaa7f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2024 License: MIT Imports: 6 Imported by: 0

README

📦 papermc-image

Automatically build container images for minecraft PaperMC softwares.

*powered by Github Actions.

Quick preview

Simply,

docker run -itp 25565:25565 -v .:/app ghcr.io/pmh-only/paper

or.. velocity proxy

docker run -itp 25565:25565 -v .:/app ghcr.io/pmh-only/velocity

jvm memory limit:

docker run -itp 25565:25565 -v .:/app ghcr.io/pmh-only/paper -Xms1G -Xmx1G

Aikar's gc flag tuning is enabled by default. You can disable this feature with DISABLE_TUNING environment variable.

docker run -itp 25565:25565 -e DISABLE_TUNING=true -v .:/app ghcr.io/pmh-only/paper -Xms1G -Xmx1G

docker-compose

version: '3'

services:
  minecraft:
    image: ghcr.io/pmh-only/paper
    command: -Xms1G -Xmx1G
    restart: always
    user: 1000:1000
    tty: true
    stdin_open: true
    volumes:
      - .:/app:rw
    ports:
      - '25565:25565'

wanna update your paper bukkits? just type:

docker compose pull
docker compose up -d

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL