Import
This commit is contained in:
19
Game Servers/Minecraft/docker-compose.yaml
Normal file
19
Game Servers/Minecraft/docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user