Skip to content

Commit

Permalink
Update install-tailchat.md
Browse files Browse the repository at this point in the history
error:
‘server /data’ is not a minio sub-command. See ‘minio --help’.
see below:
jgoerner/beyond-jupyter#3
  • Loading branch information
2tof authored Feb 23, 2025
1 parent af8a321 commit a6877b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6877b2

Please sign in to comment.