Skip to content

Commit

Permalink
fix: temporarily moving from alloy -> alloy dev (#13062)
Browse files Browse the repository at this point in the history
There is currently a bug within version 1.1.0 of Alloy which causes are getting started demo to fail. 1.20 fixes this but is currently in public preview on dev.
  • Loading branch information
Jayclifford345 authored May 29, 2024
1 parent 74a5bbc commit 7ffe0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/getting-started/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
<<: *loki-dns

alloy:
image: grafana/alloy:latest
image: grafana/alloy-dev:latest
volumes:
- ./alloy-local-config.yaml:/etc/alloy/config.alloy:ro
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 7ffe0fb

Please sign in to comment.