Skip to content

Commit

Permalink
fix: docker image version prefix - doc install.md (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigua-cs authored Mar 1, 2023
1 parent 9452cf7 commit c710fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker run -d -v <LOCAL CONFIG>:/config.yml contentsquareplatform/chproxy:<VERSI
Example:

```console
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
```

### Build a local image.
Expand Down

0 comments on commit c710fc3

Please sign in to comment.