mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
16 lines
479 B
YAML
16 lines
479 B
YAML
services:
|
|
mc:
|
|
image: itzg/minecraft-server
|
|
tty: true
|
|
stdin_open: true
|
|
environment:
|
|
EULA: true
|
|
# Match loader from versions section of https://github.com/packwiz/packwiz-example-pack/blob/v1/pack.toml
|
|
TYPE: QUILT
|
|
VERSION: "1.19"
|
|
QUILT_LOADER_VERSION: "0.17.0"
|
|
PACKWIZ_URL: https://raw.githubusercontent.com/packwiz/packwiz-example-pack/refs/heads/v1/pack.toml
|
|
volumes:
|
|
- ./data:/data
|
|
ports:
|
|
- "25565:25565" |