Skip to content

Commit

Permalink
release: v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitnayan committed Dec 2, 2021
1 parent 24910f6 commit 231b846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- 9093:9093

query-service:
image: signoz/query-service:0.5.0
image: signoz/query-service:0.5.1
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
ports:
Expand All @@ -54,7 +54,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.5.0
image: signoz/frontend:0.5.1
container_name: frontend

depends_on:
Expand Down

0 comments on commit 231b846

Please sign in to comment.