mirror of
https://github.com/DerTyp7/docker_minecraft_server_auto_starter.git
synced 2025-10-29 20:52:09 +01:00
Add Docker installation and update CMD command
This commit is contained in:
16
app/docker-compose.yml
Normal file
16
app/docker-compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user