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