23 lines
608 B
YAML
23 lines
608 B
YAML
services:
|
|
mc:
|
|
image: itzg/minecraft-server
|
|
tty: true
|
|
stdin_open: true
|
|
ports:
|
|
- "25565:25565"
|
|
environment:
|
|
TYPE: NEOFORGE
|
|
VERSION: 1.21.1
|
|
CF_API_KEY: $$2a$$10$$PXDF1/P0jGG5E4wQIFPNOuih1U5DBaL00hYx5oBXTFjXC7/mcAnbi
|
|
CURSEFORGE_FILES: |
|
|
https://www.curseforge.com/minecraft/mc-mods/storage-drawers/files/5610020
|
|
|
|
EULA: "TRUE"
|
|
OPS: |
|
|
xSghetti
|
|
MOTD: "Welcome Bitches!"
|
|
DEBUG: true
|
|
volumes:
|
|
# attach the relative directory 'data' to the container's /data path
|
|
- ./data:/data
|
|
restart: on-failure:3
|