mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
13 lines
144 B
YAML
13 lines
144 B
YAML
version: '2'
|
|
|
|
services:
|
|
es:
|
|
build: ../elasticsearch
|
|
ports:
|
|
- "9200:9200"
|
|
|
|
kibana:
|
|
build: .
|
|
ports:
|
|
- "5601:5601"
|