minecraft-server/docker-compose.yml

11 lines
154 B
YAML
Raw Normal View History

2020-03-30 18:40:02 +02:00
version: '3'
services:
minecraft:
build: .
volumes:
- ./world:/server/world
ports:
- "0.0.0.0:25565:25565"
restart: always