Skip to content

Commit

Permalink
fix: change promtail path
Browse files Browse the repository at this point in the history
  • Loading branch information
k1g99 committed May 6, 2024
1 parent 71f8626 commit 0c8ad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ services:
- iris
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./grafana-logs/promtail/promtail-config.yml:/etc/promtail/promtail-config.yml
- $PWD/apps/grafana-logs/promtail/promtail-config.yml:/etc/promtail/promtail-config.yml
command:
- -config.file=/etc/promtail/promtail-config.yml
- -config.expand-env=true
Expand Down

0 comments on commit 0c8ad3e

Please sign in to comment.