Created
August 15, 2021 15:44
-
-
Save muokicaleb/7cade0299c2320359fc94352be1977d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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