minecraft-exporter/docker-compose.yaml

14 lines
212 B
YAML
Raw Normal View History

2020-03-07 12:09:24 +01:00
version: '3.1'
services:
minecraft-exporter:
build:
context: .
2020-03-07 12:09:24 +01:00
environment:
RCON_HOST:
RCON_PORT:
RCON_PASSWORD:
ports:
- 9700:8000
volumes:
- ./world:/world:ro