Skip to content

Commit

Permalink
Restore yaml extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Sep 13, 2023
1 parent 1ecbb5f commit f553791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ services:
profiles: [ "full" ]
volumes:
- /var/log:/var/log
command: -config.file=/etc/promtail/config.yaml
command: -config.file=/etc/promtail/config.yml
networks:
- safe-tier
grafana:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ services:
profiles: [ "full" ]
volumes:
- /var/log:/var/log
command: -config.file=/etc/promtail/config.yaml
command: -config.file=/etc/promtail/config.yml
networks:
- safe-tier
grafana:
Expand Down

0 comments on commit f553791

Please sign in to comment.