minecraft-exporter/docker-compose.yaml
2020-03-07 19:15:47 +08:00

13 lines
242 B
YAML

version: '3.1'
services:
minecraft-exporter:
image: 'joshi425/minecraft_exporter'
environment:
RCON_HOST:
RCON_PORT:
RCON_PASSWORD:
ports:
- 9700:8000
volumes:
- /path/to/minecraft/world:/world:ro