21 lines
452 B
YAML
21 lines
452 B
YAML
services:
|
|
mc:
|
|
image: itzg/minecraft-server:latest
|
|
tty: true
|
|
stdin_open: true
|
|
ports:
|
|
- "25565:25565"
|
|
environment:
|
|
EULA: "TRUE"
|
|
TYPE: "PAPER"
|
|
MEMORY: "4096M"
|
|
USE_MEOWICE_FLAGS: "true"
|
|
TZ: "Europe/Berlin"
|
|
ENABLE_WHITELIST: "true"
|
|
WHITELIST: |-
|
|
nano_racing46
|
|
PredatorKT
|
|
Vossl86
|
|
Schwesche
|
|
EXISTING_WHITELIST_FILE: "MERGE"
|
|
restart: unless-stopped |