You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/chunks-storage/running-chunks-storage-with-cassandra.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,12 +111,12 @@ storage:
111
111
```
112
112
113
113
The latest tag is not published for the Cortex docker image. Visit quay.io/repository/cortexproject/cortex
114
-
to find the latest stable version tag and use it in the command below (currently it is `v1.11.0`).
114
+
to find the latest stable version tag and use it in the command below (currently it is `v1.13.1`).
115
115
116
116
Run Cortex using the latest stable version:
117
117
118
118
```
119
-
docker run -d --name=cortex -v $(pwd)/single-process-config.yaml:/etc/single-process-config.yaml -p 9009:9009 quay.io/cortexproject/cortex:v1.11.0 -config.file=/etc/single-process-config.yaml
119
+
docker run -d --name=cortex -v $(pwd)/single-process-config.yaml:/etc/single-process-config.yaml -p 9009:9009 quay.io/cortexproject/cortex:v1.13.1 -config.file=/etc/single-process-config.yaml
120
120
```
121
121
In case you prefer to run the master version, please follow this [documentation](./chunks-storage-getting-started.md) on how to build Cortex from source.
0 commit comments