Skip to content

Commit

Permalink
update grafana_version in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Jul 4, 2024
1 parent d0ec30d commit cc6f4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
context: ./.config
args:
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
grafana_version: ${GRAFANA_VERSION:-9.2.5}
grafana_version: ${GRAFANA_VERSION:-10.4.0}
ports:
- 3000:3000/tcp
volumes:
Expand Down

0 comments on commit cc6f4d3

Please sign in to comment.