Skip to content

Instantly share code, notes, and snippets.

@isicju
Created December 29, 2023 22:33
Show Gist options
  • Save isicju/54b3543a5df529dfd125a3808403ffe0 to your computer and use it in GitHub Desktop.
Save isicju/54b3543a5df529dfd125a3808403ffe0 to your computer and use it in GitHub Desktop.
simple grafana docker compose file
version: '2'
services:
grafana:
image: grafana/grafana:latest
ports:
- "3000:3000"
environment:
- GF_SECURITY_ADMIN_PASSWORD=admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment