This commit is contained in:
2025-05-23 15:04:35 +02:00
parent f3acaf1b37
commit ec45dafef4
11 changed files with 227 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
services:
MC-Server-Example:
container_name: MC-Server-Example
environment:
- TYPE=CUSTOM
- VERSION=LATEST
- EULA=TRUE
- RCON_PASSWORD=example
- CUSTOM_SERVER=https://cdn.ikbengino.nl/mc-server/example.jar
- SKIP_SERVER_PROPERTIES=TRUE
- INIT_MEMORY=8G
- MAX_MEMORY=12G
hostname: MC-Server-Example
image: itzg/minecraft-server:latest
tty: true
stdin_open: true
restart: 'no'
volumes:
- Example:/data