Skip to content

Instantly share code, notes, and snippets.

@academo
Created June 29, 2023 14:07
Show Gist options
  • Save academo/f24a3b03c8899abff31c8799045b2fa1 to your computer and use it in GitHub Desktop.
Save academo/f24a3b03c8899abff31c8799045b2fa1 to your computer and use it in GitHub Desktop.
[security]
frontend_sandbox_disable_for_plugins =
[feature_toggles]
pluginsFrontendSandbox = true
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