We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9452cf7 commit c710fc3Copy full SHA for c710fc3
docs/content/en/install.md
@@ -36,7 +36,7 @@ docker run -d -v <LOCAL CONFIG>:/config.yml contentsquareplatform/chproxy:<VERSI
36
Example:
37
38
```console
39
-docker run -d -v $(pwd)/config/examples/simple.yml:/config.yml contentsquareplatform/chproxy:1.15.0 -config /config.yml
+docker run -d -v $(pwd)/config/examples/simple.yml:/config.yml contentsquareplatform/chproxy:v1.20.0 -config /config.yml
40
```
41
42
### Build a local image.
0 commit comments