Skip to content

Commit c2a631b

Browse files
authored
Fix broken url in clickhouse docs
1 parent 9cc0a01 commit c2a631b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ virtual machine in which all Docker processes are running.
159159

160160
## Clickhouse Mode ##
161161
For cBioPortal instances with large cohorts (>100K samples), we developed a "Clickhouse mode" of the Study View. This mode uses Clickhouse as an additional database next to MySQL for 10x faster querying (see [video](https://www.youtube.com/watch?v=8PAJRCeycU4)). The mode is experimental and is currently used only by the public-facing [GENIE instance](https://genie.cbioportal.org). We plan to roll it out to other portals later this year (see [roadmap ticket](https://github.com/orgs/cBioPortal/projects/16?query=sort%3Aupdated-desc+is%3Aopen&pane=issue&itemId=92222076&issue=cBioPortal%7Croadmap%7C1)). Follow the steps below to run cBioPortal Docker Compose in clickhouse mode.
162-
1. Modify [.env](.env) to use release >= 6.0.27 of cBioPortal.
162+
1. Modify [.env](https://github.com/cBioPortal/cbioportal-docker-compose/blob/master/.env) to use release >= 6.0.27 of cBioPortal.
163163
```text
164164
...
165165
DOCKER_IMAGE_CBIOPORTAL=cbioportal/cbioportal:6.0.27

0 commit comments

Comments
 (0)