Skip to content

Commit

Permalink
Promtail: Fix docker-compose.yaml (#2575)
Browse files Browse the repository at this point in the history
This adjusts docker-compose.yaml to changes made in #2196.
  • Loading branch information
unguiculus authored Sep 1, 2020
1 parent f905e77 commit 43f5841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
image: grafana/promtail:1.6.0
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 43f5841

Please sign in to comment.