Skip to content

Commit

Permalink
Fix : 마운팅 경로 오류 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
TaetaetaE01 committed Dec 4, 2024
1 parent 1f79cc2 commit b6ce2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ services:
ports:
- '9080:9080'
volumes:
# - ./promtail/promtail-config.yml:/etc/promtail/promtail-config.yml
- ./promtail/promtail-config.yml:/etc/promtail/promtail-config.yml
- ./logs/all:/var/logs/all
- ./logs/warn:/var/logs/warn
- ./logs/error:/var/logs/error
command:
-config.file=/etc/promtail/promtail-config.yml
- 'config.file=/etc/promtail/promtail-config.yml'
depends_on:
- loki
networks:
Expand Down

0 comments on commit b6ce2c7

Please sign in to comment.