0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-04-22 16:05:49 +00:00
Files
Pumpkin/docker-compose.yml
Commandcracker 8210588f47 Harden docker and other small changes (#695)
* harder better faster stronger

* add image to docker compose

* Comment out image
2025-04-09 08:57:49 +02:00

18 lines
520 B
YAML

services:
pumpkin:
# Make sure to change the tag to the pumpkin version you want to use.
# https://github.com/Pumpkin-MC/Pumpkin/pkgs/container/pumpkin/versions?filters%5Bversion_type%5D=tagged
#image: ghcr.io/pumpkin-mc/pumpkin:master
build: .
ports:
- "25565:25565"
volumes:
- ./data:/pumpkin
# Use the following, if you want to make your config immutable
#- ./config:/pumpkin/config:ro
stdin_open: true
tty: true
cap_drop:
- ALL
read_only: true