Created
June 29, 2023 14:07
-
-
Save academo/f24a3b03c8899abff31c8799045b2fa1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[security] | |
frontend_sandbox_disable_for_plugins = | |
[feature_toggles] | |
pluginsFrontendSandbox = true |
This file contains hidden or 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" | |
services: | |
grafana: | |
image: grafana/grafana | |
user: "${UID}:${GID}" | |
environment: | |
- GF_ENV=development | |
volumes: | |
- ./data:/var/lib/grafana | |
- ./plugins:/var/lib/grafana/plugins | |
- ./custom.ini:/etc/grafana/grafana.ini | |
ports: | |
- 3000:3000 | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment