Skip to content

Commit

Permalink
update minio IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Nov 1, 2024
1 parent 035c7a8 commit 6b4ec38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/minio_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ interacting with MinIO.
1. Establish a tunnel to connect to the MinIO server:

```bash
ssh -f -N -L 9002:ci07:9002 <ac.anl_username>@login1.berkeley.kbase.us
ssh -f -N -L 9003:ci07:9003 <ac.anl_username>@login1.berkeley.kbase.us
ssh -f -N -L 9002:10.58.1.104:9002 <ac.anl_username>@login1.berkeley.kbase.us
ssh -f -N -L 9003:10.58.1.104:9003 <ac.anl_username>@login1.berkeley.kbase.us
```

`<ac.anl_username>`: Your username for SSH access. Contact the KBase System Admin team if you do not have access.
Expand Down

0 comments on commit 6b4ec38

Please sign in to comment.