mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-16 13:34:55 +00:00
14 lines
284 B
YAML
14 lines
284 B
YAML
services:
|
|
mc:
|
|
image: itzg/minecraft-server
|
|
environment:
|
|
EULA: true
|
|
TYPE: FORGE
|
|
VERSION: 1.19.2
|
|
CURSEFORGE_FILES: |
|
|
geckolib # some comment
|
|
# Removing temporarily
|
|
#aquaculture
|
|
naturalist
|
|
ports:
|
|
- "25565:25565" |