Skip to content

Commit

Permalink
fix(dashboard): update to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PxyUp committed Jul 8, 2020
1 parent de92a73 commit 510fe0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After that you can download semantic version of client from [release page](https

And run:
```sh
SQUZY_AGENT_SERVER_HOST=localhost:9091 ./squzy_agent_v1.8.0-darwin-amd64
SQUZY_AGENT_SERVER_HOST=localhost:9091 ./squzy_agent_v1.9.0-darwin-amd64
```

## Dashboard
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
- "8082:8080"

squzy_dashboard:
image: "squzy/squzy_dashboard:v1.9.0"
image: "squzy/squzy_dashboard:v1.9.1"
restart: on-failure
depends_on:
- squzy_api
Expand Down

0 comments on commit 510fe0e

Please sign in to comment.