new version
This commit is contained in:
parent
a350fd6271
commit
59e90caa13
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
minio:
|
||||||
|
image: minio/minio
|
||||||
|
ports:
|
||||||
|
- "9000:9000"
|
||||||
|
- "9001:9001"
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
environment:
|
||||||
|
MINIO_ROOT_USER: franv
|
||||||
|
MINIO_ROOT_PASSWORD: fraal111
|
||||||
|
command: server --console-address ":9001" /data
|
||||||
Loading…
Reference in New Issue
Block a user