mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 22:32:28 +00:00
11 lines
No EOL
272 B
YAML
11 lines
No EOL
272 B
YAML
services:
|
|
mc:
|
|
image: itzg/minecraft-server
|
|
environment:
|
|
EULA: true
|
|
TYPE: KETTING
|
|
VERSION: 1.20.1
|
|
CF_API_KEY: "${CF_API_KEY}"
|
|
CURSEFORGE_FILES: https://www.curseforge.com/minecraft/mc-mods/aquaculture
|
|
ports:
|
|
- "25565:25565" |