What's Changed
- Fixed support for custom Grafana ports — users who changed
GF_SERVER_HTTP_PORTingrafana.envfrom the default9000can now usecompose-dash.shandverify.shwithout errors by @nadams5755 in #773compose-dash.shnow loadsgrafana.envalongsidecompose.envso Docker Compose sees the custom port.powerwall.ymlGrafana healthcheck uses${GF_SERVER_HTTP_PORT:-9000}instead of hardcoded9000.verify.shsourcesgrafana.envand readsGF_SERVER_HTTP_PORTfor the service check.- Minor linting: cleaned up whitespace in
verify.shand added|| trueto the terminal-settings RETURN trap to preventset -efailures.
New Contributors
- @nadams5755 made their first contribution in #773
Full Changelog: v5.0.6...v5.0.7