Add compose file
This commit is contained in:
parent
7cc380a042
commit
25a8afed3d
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
minecraft:
|
||||||
|
build: .
|
||||||
|
volumes:
|
||||||
|
- ./world:/server/world
|
||||||
|
ports:
|
||||||
|
- "0.0.0.0:25565:25565"
|
||||||
|
restart: always
|
Loading…
Reference in New Issue
Block a user