Skip to content

Commit

Permalink
[ci] grafana volume 수정
Browse files Browse the repository at this point in the history
grafana volume 수정
  • Loading branch information
YeaChan05 committed Jul 3, 2024
1 parent 77927ca commit eddd386
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ services:
image: grafana/grafana
container_name: grafana
restart: always
user: "1000"
user: "472"
ports:
- "3009:3000"
environment:
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
volumes:
- grafana_data:/var/lib/grafana
- grafana-storage:/var/lib/grafana

mysqld_exporter:
image: quay.io/prometheus/mysqld-exporter
Expand All @@ -109,6 +109,5 @@ services:
- /home/ec2-user/my.cnf:/etc/mysql/my.cnf
volumes:
grafana-storage:
external: true
prometheus-data:
redis-data:

0 comments on commit eddd386

Please sign in to comment.