mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
10 lines
196 B
YAML
10 lines
196 B
YAML
services:
|
|
minecraft:
|
|
build: minecraft/.
|
|
entrypoint: ["/bin/sh", "/root/entry.sh"]
|
|
ports:
|
|
- "25565:25565"
|
|
volumes:
|
|
- ./minecraft/world:/root/world
|
|
restart: always
|