This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch fix#7328
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/fix#7328 by this push:
new baf1f7cff fix: grafana 10.4.1 add GF_SERVER_SERVE_FROM_SUB_PATH=false
baf1f7cff is described below
commit baf1f7cffa28838370b3441cc6cd7a3e00da70b3
Author: abeizn <[email protected]>
AuthorDate: Tue Apr 16 14:47:43 2024 +0800
fix: grafana 10.4.1 add GF_SERVER_SERVE_FROM_SUB_PATH=false
---
grafana/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/grafana/Dockerfile b/grafana/Dockerfile
index 9d62a2168..74aca56b0 100644
--- a/grafana/Dockerfile
+++ b/grafana/Dockerfile
@@ -30,6 +30,7 @@ COPY ./dashboards /etc/grafana/dashboards
COPY ./img/grafana_icon.svg /usr/share/grafana/public/img/grafana_icon.svg
COPY ./img /usr/share/grafana/public/img/lake
ENV GF_USERS_ALLOW_SIGN_UP=false
+ENV GF_SERVER_SERVE_FROM_SUB_PATH=false
ENV GF_DASHBOARDS_JSON_ENABLED=true
ENV GF_LIVE_ALLOWED_ORIGINS='*'
ENV
GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/dashboards/Homepage.json