Skip to content

Commit

Permalink
Merge pull request #13 from SV-Winter-BootCamp-Team-C/fix/#12
Browse files Browse the repository at this point in the history
#12: fix : Grafana Port 번호 수정
  • Loading branch information
jjinbok committed Jan 18, 2024
2 parents ffe4aef + 5aa33ff commit a2f738d
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 @@ -82,7 +82,7 @@ services:
restart: always
container_name: grafana
ports:
- "3005:3005"
- "3000:3000"
depends_on:
- prometheus
volumes:
Expand Down

0 comments on commit a2f738d

Please sign in to comment.