We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6091e9 commit 9589b69Copy full SHA for 9589b69
config/quadlet/grafana.container
@@ -9,8 +9,9 @@ Environment = GF_AUTH_ANONYMOUS_HIDE_VERSION=true
9
Environment = GF_SECURITY_ALLOW_EMBEDDING=true
10
Environment = GF_SERVER_ROOT_URL=https://graphs.austinmesh.org/
11
Environment = GF_RENDERING_SERVER_URL=http://image-renderer:8084/render
12
-Environment = GF_RENDERING_CALLBACK_URL=https://graphs.austinmesh.org/
+Environment = GF_RENDERING_CALLBACK_URL=http://grafana:3000/
13
Network = bridger.network
14
+HostName = grafana
15
16
[Service]
17
Restart = always
0 commit comments