From 59df3610874b034e271b7f452d9ca2b65166da7c Mon Sep 17 00:00:00 2001 From: bobemoe Date: Mon, 16 Jan 2023 12:26:05 +0000 Subject: [PATCH] Public Dashboards: Docs: add ENV method to enable (#60412) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- docs/sources/dashboards/dashboard-public/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/dashboards/dashboard-public/index.md b/docs/sources/dashboards/dashboard-public/index.md index 45e2080d6a6..bd40a262b55 100644 --- a/docs/sources/dashboards/dashboard-public/index.md +++ b/docs/sources/dashboards/dashboard-public/index.md @@ -32,6 +32,12 @@ Add the `publicDashboards` feature toggle to your `custom.ini` file. publicDashboards = true ``` +If you are using Docker, use an environment variable to enable public dashboards: + +``` +--env GF_FEATURE_TOGGLES_ENABLE=publicDashboards +``` + > **Note:** For Grafana Cloud, you will need to contact support to have the feature enabled. #### Make a dashboard public