Skip to content

Commit

Permalink
Merge pull request #114 from samlaf/patch-1
Browse files Browse the repository at this point in the history
Fixed bug in docker-compose.yaml promtail image
  • Loading branch information
JaniAnttonen authored Jul 26, 2022
2 parents 7e64531 + a751f65 commit 67e5fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
image: grafana/promtail:latest
volumes:
- /var/log:/var/log
command: -config.file=/etc/promtail/docker-config.yaml
command: -config.file=/etc/promtail/config.yml
networks:
- loki

Expand Down

0 comments on commit 67e5fdf

Please sign in to comment.