Initial commit
This commit is contained in:
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
SimpleMCServer:
|
||||
image: rankzy/simplemcserver:jre17
|
||||
stdin_open: true
|
||||
tty: true
|
||||
stop_signal: SIGINT
|
||||
restart: "no"
|
||||
ports:
|
||||
- "25565:25565"
|
||||
- "25575:25575"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
environment:
|
||||
- ARGS=-Xmx8G -Xms8G -XX:+DisableExplicitGC -XX:+UseG1GC
|
||||
Reference in New Issue
Block a user