Skip to content

Commit c710fc3

Browse files
authored
fix: docker image version prefix - doc install.md (#304)
1 parent 9452cf7 commit c710fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ docker run -d -v <LOCAL CONFIG>:/config.yml contentsquareplatform/chproxy:<VERSI
3636
Example:
3737

3838
```console
39-
docker run -d -v $(pwd)/config/examples/simple.yml:/config.yml contentsquareplatform/chproxy:1.15.0 -config /config.yml
39+
docker run -d -v $(pwd)/config/examples/simple.yml:/config.yml contentsquareplatform/chproxy:v1.20.0 -config /config.yml
4040
```
4141

4242
### Build a local image.

0 commit comments

Comments
 (0)