mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
17 lines
376 B
YAML
17 lines
376 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
mc:
|
|
image: itzg/minecraft-server
|
|
environment:
|
|
EULA: true
|
|
TYPE: FORGE
|
|
# allocate from https://console.curseforge.com/ and set in .env file
|
|
CF_API_KEY: ${CF_API_KEY}
|
|
VERSION: 1.19.2
|
|
CURSEFORGE_FILES: |
|
|
geckolib
|
|
aquaculture
|
|
naturalist
|
|
ports:
|
|
- "25565:25565" |