mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 12:07:56 +00:00
9 lines
176 B
YAML
9 lines
176 B
YAML
services:
|
|
minecraft:
|
|
build: minecraft/.
|
|
entrypoint: ["/bin/sh", "/root/entry.sh"]
|
|
ports:
|
|
- "25565:25565"
|
|
volumes:
|
|
- ./minecraft/world:/root/world
|