mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 22:32:28 +00:00
12 lines
144 B
YAML
12 lines
144 B
YAML
version: '2'
|
|
|
|
services:
|
|
es:
|
|
build: ../elasticsearch
|
|
ports:
|
|
- "9200:9200"
|
|
|
|
kibana:
|
|
build: .
|
|
ports:
|
|
- "5601:5601"
|