Add compose file

This commit is contained in:
Valentin Brandl 2020-03-30 18:40:02 +02:00
parent 7cc380a042
commit 25a8afed3d
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: '3'
services:
minecraft:
build: .
volumes:
- ./world:/server/world
ports:
- "0.0.0.0:25565:25565"
restart: always