Skip to content

Commit

Permalink
Merge pull request #104 from MJU-InsuranceSystem/feature/monitor
Browse files Browse the repository at this point in the history
fix : 마운팅 경로 오류 주석 처리
  • Loading branch information
TaetaetaE01 authored Dec 4, 2024
2 parents 4928288 + 3195a07 commit bad4185
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 @@ -9,7 +9,7 @@ services:
- ./logs/all:/logs/all # ALL_LOG 파일 경로 마운트
- ./logs/warn:/logs/warn # WARN_LOG 파일 경로 마운트
- ./logs/error:/logs/error # ERROR_LOG 파일 경로 마운트
# - ./promtail/promtail-config.yml:/app/promtail-config.yml
- ./promtail/promtail-config.yml:/app/promtail-config.yml
networks:
- my_network
environment:
Expand Down Expand Up @@ -42,7 +42,7 @@ 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
Expand Down

0 comments on commit bad4185

Please sign in to comment.