From a6877b21297edafc6f823b26f1d504146599bb01 Mon Sep 17 00:00:00 2001 From: 2tof Date: Mon, 24 Feb 2025 02:37:55 +0800 Subject: [PATCH] Update install-tailchat.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit error: ‘server /data’ is not a minio sub-command. See ‘minio --help’. see below: https://github.com/jgoerner/beyond-jupyter/issues/3 --- .../examples/social-communication/install-tailchat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/5.0/docs/quick-start/examples/social-communication/install-tailchat.md b/docs/5.0/docs/quick-start/examples/social-communication/install-tailchat.md index 5f4f2f6f98e..88b7281e098 100644 --- a/docs/5.0/docs/quick-start/examples/social-communication/install-tailchat.md +++ b/docs/5.0/docs/quick-start/examples/social-communication/install-tailchat.md @@ -51,8 +51,8 @@ Next, we will create Minio, an open-source object storage service. We can also q The image used is `minio/minio`. Note that we need to make some adjustments: - Expose port: 9000 -- Change the run command to: `minio` -- Change the command parameters to: `server /data` +- Change the run command to: `minio server` +- Change the command parameters to: `/data` - Set environment variables: - MINIO_ROOT_USER: tailchat - MINIO_ROOT_PASSWORD: com.msgbyte.tailchat