mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-25 10:15:02 +00:00
11 lines
272 B
YAML
11 lines
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"
|