This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
self-hosting/papermc/docker-compose.yml

24 lines
554 B
YAML

version: "3.5"
services:
papermc:
build:
context: .
dockerfile: Dockerfile
args:
- 'MC_VERSION='
- 'PAPERMC_VERSION='
image: 'mc-papermc-server:latest'
restart: unless-stopped
stdin_open: true
tty: true
environment:
- XMS=4
- XMX=4
ports:
- '25565:25565'
volumes:
- '/data/mc/papermc/worlds:/minecraft/worlds'
- '/data/mc/papermc/config:/minecraft/config'