Skip to content

Instantly share code, notes, and snippets.

@muokicaleb
Created August 15, 2021 15:44
Show Gist options
  • Save muokicaleb/7cade0299c2320359fc94352be1977d7 to your computer and use it in GitHub Desktop.
Save muokicaleb/7cade0299c2320359fc94352be1977d7 to your computer and use it in GitHub Desktop.
version: '3.7'
volumes:
grafana_data: {}
services:
grafana:
image: grafana/grafana
ports:
- 3000:3000
volumes:
- grafana_data:/var/lib/grafana
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment