Skip to content

Commit

Permalink
docs(deploy): alt opt for htsget x minio networking
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 25, 2024
1 parent c1f9a35 commit b3592f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ docker compose up --build
```

> [!IMPORTANT]
> To use htsget streaming with the minio embedded in the compose setup,
> a host mapping must be added to the host:
> There are two options to use htsget streaming with the minio embedded in the compose setup:
> Either manually create a host mapping from the minio service to localhost:
> `echo "127.0.0.1 minio" >> /etc/hosts`
> This is due to a [limitation of minio](https://github.com/minio/minio/discussions/14363).
> Or set S3_PUBLIC_URL to your local IP address (find it using hostname -I).
> This is because the S3 host must be available under the same name to the client and htsget.

0 comments on commit b3592f1

Please sign in to comment.