Skip to content

Commit

Permalink
release: v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitnayan committed Oct 22, 2021
1 parent ec11abf commit 6550612
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 @@ -22,7 +22,7 @@ services:
retries: 3

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

frontend:
image: signoz/frontend:0.4.2
image: signoz/frontend:0.4.3
container_name: frontend

depends_on:
Expand Down

0 comments on commit 6550612

Please sign in to comment.