|
@@ -11,8 +11,8 @@ services:
|
|
ports:
|
|
ports:
|
|
- ${PORT_MAPPING} # s3, port 9000
|
|
- ${PORT_MAPPING} # s3, port 9000
|
|
environment:
|
|
environment:
|
|
- MINIO_ACCESS_KEY: ${MINIO_ACCESS_KEY}
|
|
|
|
- MINIO_SECRET_KEY: ${MINIO_SECRET_KEY}
|
|
|
|
|
|
+ MINIO_ROOT_USER: ${MINIO_ROOT_USER}
|
|
|
|
+ MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
|
|
HOME: /home/data
|
|
HOME: /home/data
|
|
command: server /mnt/data
|
|
command: server /mnt/data
|
|
healthcheck:
|
|
healthcheck:
|