[bitnami/minio] adding remark concerning minimum password length (#5145)
* adding remark concerning minimum password length Signed-off-by: Max Partenfelder <mxcd@users.noreply.github.com> * Update bitnami/minio/README.md applying suggestion concerning typo Co-authored-by: Gonzalo Gómez Gracia <gongomgra@users.noreply.github.com> Signed-off-by: Max Partenfelder <maxpartenfelder@gmail.com> Signed-off-by: Max Partenfelder <mxcd@users.noreply.github.com> Signed-off-by: Max Partenfelder <maxpartenfelder@gmail.com> Co-authored-by: Max Partenfelder <mxcd@users.noreply.github.com> Co-authored-by: Gonzalo Gómez Gracia <gongomgra@users.noreply.github.com>
This commit is contained in:
parent
089072e7e5
commit
3ef60bb427
|
|
@ -174,6 +174,7 @@ services:
|
|||
>
|
||||
> 1. Please update the **YOUR_APPLICATION_IMAGE_** placeholder in the above snippet with your application image
|
||||
> 2. In your application container, use the hostname `minio` to connect to the MinIO(R) server. Use the environment variables `MINIO_SERVER_ACCESS_KEY` and `MINIO_SERVER_SECRET_KEY` to configure the credentials to access the MinIO(R) server.
|
||||
> 3. Make sure that the environment variables `MINIO_ROOT_PASSWORD` and `MINIO_SERVER_SECRET_KEY` meet the 8 character minimum length requirement enforced by MinIO(R).
|
||||
|
||||
Launch the containers using:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue