Add Docker installation and update CMD command

This commit is contained in:
DerTyp7
2023-11-24 14:50:56 +01:00
parent f95004f03d
commit 4c4456daad
2 changed files with 30 additions and 2 deletions

16
app/docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: "3.9"
services:
mc_placeholder_starting:
container_name: mc_placeholder_starting
image: itzg/minecraft-server
ports:
- "20000:20000"
environment:
type: "PAPER"
EULA: "TRUE"
MOTD: "starting..."
MAX_PLAYERS: "0"
MAX_MEMORY: "200M"
SERVER_PORT: "20000"
ONLINE_MODE: "FALSE"