OpenSearch/x-pack/snapshot-tool/docker-compose.yml
2019-07-30 11:02:08 +02:00

9 lines
180 B
YAML

version: '3'
services:
minio-fixture:
build:
context: ./build/minio-docker
dockerfile: Dockerfile
ports:
- "9000"
command: ["server", "/minio/data"]