Skip to content

Instantly share code, notes, and snippets.

@ck196
Last active May 15, 2023 05:49
Show Gist options
  • Save ck196/34336ec2637e77fd61d9f2f49fb81dff to your computer and use it in GitHub Desktop.
Save ck196/34336ec2637e77fd61d9f2f49fb81dff to your computer and use it in GitHub Desktop.
version: "3"
services:
minecraft:
image: itzg/minecraft-server
volumes:
- ./minecraft-data:/data
- ./plugins:/plugins
ports:
- 25565:25565
- 24454:24454/udp
- 19132:19132/udp
environment:
EULA: "TRUE"
VERSION: "1.19.4"
TYPE: "PAPER"
GAMEMODE: "survival"
DIFFICULTY: "hard"
ENABLE_WHITELIST: "FALSE"
MAX_PLAYERS: "200"
MEMORY: "16G"
OVERRIDE_OPS: "TRUE"
OPS_FILE: "https://gist.githubusercontent.com/kju196/fe0c93378c20b0ed94ad95838ea6caf7/raw/f6b93b53bf0e63e3987411efa6addaf051e5f5a6/ops.json"
ONLINE_MODE: "FALSE"
INITIAL_ENABLED_PACKS: "update_1_20,bundle"
tty: true
stdin_open: true
restart: unless-stopped
volumes:
minecraftdata:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment